Problem adding database schema , eroor : not connected

Thank you for reading my post
I download the demo sample from oracle soa web site . and i am trying to follow the tutorial to
create the database schema, to make this step complete
I create oracle_home and oracle_SID variables (Windows OS )
then
I open an sqlplus session (sys/pass as sysdba) and to make sure that i am
connected i execute
select * from V$database ;
it works
then i execute :
select * from hr.jobx
it works file.
it mean that i am connected to database.
but when i execute @build.sql i get the following errors , can some one help me ?
i should say that after i execute the @build.sql i can not execute any command because it says that SP2-0640:Not connected
SQL> @build.sql
old   1: DROP USER &&1 CASCADE
new   1: DROP USER SOADEMO CASCADE
DROP USER SOADEMO CASCADE
ERROR at line 1:
ORA-01918: user 'SOADEMO' does not exist
SP2-0734: unknown command beginning "DEFAULT TA..." - rest of line ignored.
SP2-0734: unknown command beginning "TEMPORARY ..." - rest of line ignored.
SP2-0734: unknown command beginning "QUOTA UNLI..." - rest of line ignored.
SP2-0734: unknown command beginning ", create t..." - rest of line ignored.
SP2-0734: unknown command beginning ", create p..." - rest of line ignored.
SP2-0734: unknown command beginning ", create s..." - rest of line ignored.
SP2-0734: unknown command beginning ", create t..." - rest of line ignored.
SP2-0044: For a list of known commands enter HELP
and to leave enter EXIT.
SP2-0734: unknown command beginning ", create v..." - rest of line ignored.
SP2-0734: unknown command beginning ", create s..." - rest of line ignored.
SP2-0734: unknown command beginning ", alter se..." - rest of line ignored.
SP2-0734: unknown command beginning ", create t..." - rest of line ignored.
SP2-0044: For a list of known commands enter HELP
and to leave enter EXIT.
SP2-0734: unknown command beginning ", create m..." - rest of line ignored.
SP2-0734: unknown command beginning ", query re..." - rest of line ignored.
SP2-0734: unknown command beginning ", create d..." - rest of line ignored.
SP2-0734: unknown command beginning ", create a..." - rest of line ignored.
SP2-0044: For a list of known commands enter HELP
and to leave enter EXIT.
SP2-0734: unknown command beginning ", alter us..." - rest of line ignored.
SP2-0734: unknown command beginning ", resumabl..." - rest of line ignored.
SP2-0734: unknown command beginning ", ALTER AN..." - rest of line ignored.
SP2-0734: unknown command beginning ", DROP ANY..." - rest of line ignored.
SP2-0044: For a list of known commands enter HELP
and to leave enter EXIT.
SP2-0734: unknown command beginning ", LOCK ANY..." - rest of line ignored.
SP2-0734: unknown command beginning ", CREATE A..." - rest of line ignored.
SP2-0734: unknown command beginning ", SELECT A..." - rest of line ignored.
SP2-0042: unknown command "TO &&1" - rest of line ignored.
SP2-0044: For a list of known commands enter HELP
and to leave enter EXIT.
SP2-0734: unknown command beginning ", execute_..." - rest of line ignored.
SP2-0042: unknown command "TO &&1" - rest of line ignored.
ERROR:
ORA-01017: invalid username/password; logon denied
Warning: You are no longer connected to ORACLE.
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
drop table 'ITEMS'
SP2-0640: Not connected
drop table 'ADDRESS'
SP2-0640: Not connected
drop table 'CUSTOMER'
SP2-0640: Not connected
drop table 'ORDERS'
SP2-0640: Not connected
drop table 'PRODUCT'
SP2-0640: Not connected
drop table 'CUSTOMER_ADDRESS'
SP2-0640: Not connected
drop sequence 'EJB_SEQ_ID_GEN'
SP2-0640: Not connected
drop sequence 'ADDRESS_EJB_SEQ_ID_GEN'
SP2-0640: Not connected
drop sequence 'ORDER_SEQ_ID_GEN'
SP2-0640: Not connected
drop table 'SSN'
SP2-0640: Not connected
SP2-0640: Not connected
create table 'ITEMS'
SP2-0640: Not connected
create table 'ADDRESS'
SP2-0640: Not connected
create table 'CUSTOMER'
SP2-0640: Not connected
create table 'CUSTOMER_ADDRESS'
SP2-0640: Not connected
create table 'ORDERS'
SP2-0640: Not connected
create table 'PRODUCT'
SP2-0640: Not connected
create primary key constraint on 'ITEMS'
SP2-0640: Not connected
create primary key constraint on 'ADDRESS'
SP2-0640: Not connected
create primary key constraint on 'CUSTOMER'
SP2-0640: Not connected
create primary key constraint on 'ORDERS'
SP2-0640: Not connected
create primary key constraint on 'PRODUCT'
SP2-0640: Not connected
create foreign key constraint on 'ITEMS'
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
create foreign key constraint on 'ORDERS'
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
SP2-0640: Not connected
What OBJECTS were created?
SP2-0734: unknown command beginning ",object_na..." - rest of line ignored.
SP2-0734: unknown command beginning "from       user..." - rest of line ignored.
SP2-0734: unknown command beginning "order by 1..." - rest of line ignored.
Are there any INVALID OBJECTS?
SP2-0734: unknown command beginning ",object_na..." - rest of line ignored.
SP2-0734: unknown command beginning "from       user..." - rest of line ignored.
SP2-0734: unknown command beginning "where      sta..." - rest of line ignored.

Hi
I almost resolved the issue but i do not know whether it is a correct path that i used or not.
i have made some changes in build.sql as follow :
-i changed the schema name to HR , and its pass to HR_PASS
-i comment schema creation command
now it successfully executed.
but i can not understand what was the problem.
Thanks

Similar Messages

  • Problem with database schema objects in the entity object wizard

    Hi All,
    When creating a new entity object, I am facing a problem with database schema objects in the entity object wizard, database schema objects (check boxes for tables,synonyms...) are disabled. Actually I am using a synonym but I am not able to select the synonym check box.
    Can any of you folks tell me how to enable the database schema objects (check boxes for tables,synonyms...).
    Thanks in Advance.
    Raja.M

    Make sure your using rite version of jdeveloper..
    Make sure your using apps schema and check whether your able perform DML operations in the schema vis sql developer.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                           

  • Creation of a Database Schema is not working (Into a Sync Group)

    Hello,
    We have in: Sql Databases > Sync > Sync Group, a group called "SyncGroupViviendasProyectosVentasPruebas"
    If we go to "Sync Rules" and click "DEFINE SYNC RULES", no matter the databse we choose (there are 2), when we click in "REFRESH
    THE DATABASE SCHEMA" it dont works!
    It seems to be working but minutes later there is no Schema created.
    Why? Why the Create Database Schema is not working?
    Thanks,

    The detail error log from our service backend is:
    'Type=Microsoft.SqlServer.Management.Sdk.Sfc.InvalidVersionEnumeratorException,Message=Operation not supported on version 11.0 SqlAzureDatabase.,Source=Microsoft.SqlServer.SqlEnum,StackTrace=   at Microsoft.SqlServer.Management.Smo.XmlReadDoc.LoadFile(Assembly
    a, String strFile)
       at Microsoft.SqlServer.Management.Smo.SqlObject.LoadInitDataFromAssemblyInternal(Assembly assemblyObject, String file, ServerVersion ver, String alias, StringCollection requestedFields, Boolean store,
    StringCollection roAfterCreation, DatabaseEngineType databaseEngineType)
       at Microsoft.SqlServer.Management.Smo.SqlObject.LoadInitData(String file, ServerVersion ver, DatabaseEngineType databaseEngineType)
       at Microsoft.SqlServer.Management.Sdk.Sfc.ObjectCache.LoadElement(ObjectLoadInfo oli, ServerVersion ver, DatabaseEngineType databaseEngineType)
       at Microsoft.SqlServer.Management.Sdk.Sfc.ObjectCache.GetElement(ObjectLoadInfo oli, ServerVersion ver, DatabaseEngineType databaseEngineType)
       at Microsoft.SqlServer.Management.Sdk.Sfc.ObjectCache.GetAllElements(Urn urn, ServerVersion ver, DatabaseEngineType databaseEngineType, Object ci)
       at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetObjectsFromCache(Urn urn, Object ci)
       at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
       at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request),'
    It might be a collation/SMO issue after I do some research, so may I know that have you change the collation of you SQL Azure database? If yes, please try to use default collation and try again.
    Regards,
    Bowen

  • Connection test to database failed: could not connect to server

    I restarted one of my HPOV NNMi 9.23 servers this morning and NNMi is no longer loading.  I am seeing the following errors in the logs indicated:
    /var/opt/OV/log/nnm/public/nmsdbmgr.log
    04/06/2015 09:28:05 AM Connection test to database failed: could not connect to server: Connection refused
    Is the server running on host "127.0.0.1" and accepting
    TCP/IP connections on port 5432?
    /var/opt/OV/log/nnm/public/postgres.log
    2015-04-06 09:25:55.312 EDT: :8580:0LOG: could not translate host name "localhost", service "5432" to address: Name or service not known
    2015-04-06 09:25:55.312 EDT: :8580:0WARNING: could not create listen socket for "localhost"
    2015-04-06 09:25:55.312 EDT: :8580:0FATAL: could not create any TCP/IP sockets
    I checked /etc/hosts and found the following entry:
    #; Local
    127.0.0.1 localhost
    From the command line I can ping localhost with no issue.  Not sure why NNMi is not starting at this point. 
    This question was solved.
    View Solution.

    I also attempted to do a reset using nnmresetebdb.ovpl.  I recieved the following:
    Attempting to reset the embedded database...
    Starting nmsdbmgr process for database reset...
    nmsdbmgr process did not restart successfully - please try reset again.
    When I run ovstart -c I receive the following:
    Name PID State Last Message(s)
    OVsPMD 29831 RUNNING -
    pmd 29832 RUNNING Initialization complete.
    nmsdbmgr - NOT_RUNNING - Exit(1)
    ovjboss - UNSTARTABLE -
    nnmaction - UNSTARTABLE -
    ovspmd: Attempt to start HP OpenView services is complete.
    I definitely need some help with this please!  
    Thanks!

  • Having problem with primary sever will not connect, my internet connection is working

    Having problem with primary sever will not connect, my internet connection is working

    Hello pp585,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Troubleshoot issues on a Mac
    If you haven't been able to connect to the iTunes Store, a software conflict or your Internet service provider (ISP) may be blocking your access.
    Update iTunes and Safari to the latest version.
    If you have a firewall, your settings may be preventing you from connecting to the iTunes Store. Follow these steps to configure your firewall.
    You may need to reset your keychain. Connection issues are occasionally caused by keychain issues. Learn how to use Keychain First Aid to resolve any issues with your keychain.
    If you're receiving a specific error message, follow these steps.
    If the issue still persists, contact your Internet service provider and confirm that these ports and servers are enabled over your network.
    Have a nice day,
    Mario

  • I have a problem that my ipad could not connect or sync to my pc, my iphone could but my ipad couldn't. I tried more than step all of them didn't work,restore or launching in safe mode or reboot, all of them didn't work, help please

    I have a problem that my ipad could not connect or sync to my pc, my iphone could but my ipad couldn't. I tried more than step all of them didn't work,restore or launching in safe mode or reboot, all of them didn't work, help please

    I have a problem that my ipad could not connect or sync to my pc, my iphone could but my ipad couldn't. I tried more than step all of them didn't work,restore or launching in safe mode or reboot, all of them didn't work, help please

  • I do not know why, but I can not go to the App Store! before I went there without any problems but now I can not connect with App Store

    I do not know why, but I can not go to the App Store! before I went there without any problems but now I can not connect with App Store

    Open the Finder. From the Finder menu bar click Finder > Go > Go to Folder
    Type or copy/paste:   ~/Library/Cookies
    Click Go then move the com.apple.appstore.plist file from the Cookies folder to the Trash.
    Try the App Store.

  • Problem opeing FMB file when not connected to db

    Hi,
    I am using Forms 6.0i and I have a problem
    when opening an existing fmb file.
    If I man not connected to the database before
    I try tp open the fmb file Forms just "hangs"
    forever.
    If I connect to the database first it opens just fine.
    Anyone have any idea what might be the problem ?
    Thanks in advance.
    Regards,
    Klas Malmstrom

    Can you tell me the full version number of Forms you are usingForms [32 Bit] Version 6.0.8.13.0 (Production)
    and also, do you get the same problem when you opena very simple (one button) Form.Forms 6.0
    No, a simple form opens just fine.
    Regards,
    Klas

  • Using Express when the database schema does not match theclass model

    We are working on a large pay/personnel management system and are
    evaluating Forté Express and Sage Scaffolds. We need to answer some big
    questions in the near future, and I was hoping that there may be someone
    out there with the answers.
    1. How different can the database schema and the class model be, before
    Express becomes a bad choice of framework? What solutions exist for cases
    where Express is still a viable option?
    2. Assuming that we can get around the problem in question 1, will the
    Application Model features still work afterwards? (i.e. how sensitive are
    the client-side services to changes in the database services?)
    3. Express seems to use domain classes everywhere, whereas we are always
    being advised to use scalar attributes wherever possible. How badly does
    this affect the performance of Express applications?
    4. Has anybody out there used Sage Scaffolds on a large project recently?
    How did it go? What problems should we watch out for? Doesn't its 'Chain
    of Responsibility' pattern tend to produce a lot of unnecessary objects at
    run-time?
    5. Has anybody used the Born collection classes? How do they compare with
    Brahma's Fortify?
    Thanks to those who have already helped - all input gratefully received!
    Tim Kimber
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    I did all that before posting the orignial post..
    declare
      v_schema_exists varchar2(1) := 'N';
      res             boolean;
      schemaURL       varchar2(100) := 'T0090.xsd';
      schemaPath      varchar2(100) :=  '/prmt/xsd/T0090.xsd'; --'/public/T0090.xsd';
      xmlSchema xmlType := XMLTYPE(bfilename('DIR_PRMT_OUT_CVIEW','T0090.xsd'),NLS_CHARSET_ID('AL32UTF8'));
    begin
      begin
        select 'Y'
          into v_schema_exists
          from sys.all_xml_schemas  -- changed from user_xml_schemas
         where schema_url = schemaURL;
        dbms_xmlSchema.deleteSchema(schemaURL,4);
        exception
          when NO_DATA_FOUND then
            null;
      end;
      if (dbms_xdb.existsResource(schemaPath)) then
        dbms_xdb.deleteResource(schemaPath);
      end if;
      res := dbms_xdb.createResource(schemaPath,xmlSchema);   
      dbms_xmlschema.registerSchema ( schemaURL, xdbURIType(schemaPath).getClob(), TRUE, TRUE, FALSE, TRUE );
    end;
    / I guess my understanding was that I could grant another oracle user access to my registered schema just like I can grant a single user access to a table. Evidently I only have two options. Only the schema owner can use the schema or everyone can use the schema and I cannot grant access to a single user other than myself.
    Edited by: Mark Reichman on Jul 2, 2010 9:08 AM
    Edited by: Mark Reichman on Jul 2, 2010 9:09 AM

  • Annoying Mail problem -- Mail thinks it's not connected, but it is.

    My mail.app shows warning icons (grayed out exclamation points) to the right of each of my email accounts. Even though I am able to receive/send, mail seems to think the connection is not working. When I click on the icon, it reads:
    *There may be a problem with the mail server or network. Check the settings for account “(accountname)” or try again.*
    *The server error encountered was: The attempt to read data from the server “(servername.com)” failed.*
    The stupid thing about this is, it's connected, and I'm getting my mail. On occasion, one of the accounts will get grayed out and seemingly be not connected, but for the most part, I am able to send and receive mail fine.
    All of my accounts are IMAP and I am using port 26 to send since my ISP blocks port 25, and I've been doing this with no problems for years...now all of a sudden it's become a problem.
    -Ken

    I am having a very similar problem with Mail.app and four IMAP accounts, checking every minute.
    I'm getting those little grey exclamation warning triangles and it's not consistent which one appears. Sometimes even two appear.
    I can reliably send e-mail from a grey account, which automatically turns the warning off, but checking e-mail on an account that has gone grey doesn't work.
    Connection doctor reliably shows green lights all the way. The only workaround I've found is to "Go offline" and then "Go online" ... this seems to temporarily clear the clog but it's not a real solution.
    I've tried restarting, etc. but this issue hasn't gone away. Perhaps this is an issue that has cropped up in a recent update?
    Any suggestions would be appreciated.
    Thanks!

  • Problems adding USB printer - "Driver not installed" - but it is

    Apparently, 10.3.9 has some problems with USB printers. For the record, I had already installed this earlier prior to the upgrade and everything worked fine - but due to crashing due to a faulty power supply - I've had to re-configure everything.
    I, and many others in this forum, have found a strange problem when trying to add a printer (And yes, other people have asked about this but I haven't seen any answers at all that are useful. The only possible solution seems to be "upgrade to 10.4" and that is unacceptable. Does Apple check these forums?).
    After clicking "add printer" in the utility, the software finds the correct printer (so obviously the physical connection to the printer is OK) and displays it with a question mark over it's icon and "driver not installed" next to it. I can't select this image or text.
    After searching for a couple of minutes, a dialogue box pops up saying "New drivers detected. Do you want to reload the browser?" (I assume the printer setup utility is the "browser"?).
    I click yes and nothing happens. No PPDs show up in the list. This happens when I select USB as well as Apple Talk from the printer-type pull-down menu.
    How can I start printing again?
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)

    First, welcome to the discussions.
    For the record, Apple does not normally respond to these Forums.
    You mention (Due to Crashing) Whenever you have an issue with your machine it can disrupt in almost any area, and is normally caused by SOMETHING.
    As of right now it would appear you might be chasing your tail.
    When you choose to upgrade your Operating System there is No Guarantee that your Printer and it's drivers will work on another completely different Operating System.
    Your best bet at this point is to drag all of your printer related folders to the trash, empty your trash, and plug your USB Printer (What KIND) into your machine directly.
    Shut your machine clear OFF for a minute or so and do the same to your printer, pull the power adapter from it.
    Now plug in your printers Power Adapter, Plug in the USB to your Printer to your computer and restart it.
    Take the Disc that came with your printer and re insert it and download the Installation Folder and any utility folder that may come with it.
    After you have done this don't try to print, Go directly to your Printer Manufactures Web site and search for the latest updates to your printer and the Operating System you are using.
    These will more often than not download to your desktop.
    You must drag these to the setup folder and or the utilities folder and then double click them to launch them. after you have completed this your printer should work.
    One other thing, If you have Classic and or OS9 on your machine you might have to do the same for OS9 Applications , and Utilities for it to print in Classic. Don

  • Nano problems // Firewire error displayed (While not connected),...

    Here's a question for anyone that knows about this:
    iPod Nano 2gb, arrived Monday. It's started having hiccups today. The firewire error message (Cannot connect to firewire, use USB) is displayed intermittently, and the iPod will not go into sleep mode intermittently. I've tried the 5R process, to no avail. I submitted a support repair ticket, but I'd like to know what else I can do in the meantime (Besides back-up the iPod)
    Thanks in advance,
    Rich

    took me days to figure out how to fix it... if you have a mac i dont know how to fix but if you have Windows click on all programs on the start menu then look up ipod then click on the update b4 the one that you installed and it should give you and option to restore ... as it will i will come back as factory bought it will have no songs on it so you have to re add your song which wont take long

  • Used firefox forever no problem downloaded 8.0 will not connect

    Have been using Firefox forever no problem. Downloaded 8.0 like other previous upgrades and can not get Firefox to upen

    see http://kb.mozillazine.org/Firewalls

  • Latest itunes softwer 10.7. this problem...itunes could not connect to this iphone. An unknown error occured (0xE8000012). how to solve this..

    i have iphone 4 firmware 5.1.1.

    Sign out of your account, restart the iPad and then sign in again.
    1. Settings>Store>Apple ID.
    2. Tap your ID and sign out.
    3. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off.
    4. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>Store>Sign in and then try to download again.

  • I have HP LaserJet Pro M1536dnf Multifunction Printer and my problem with eprint "Not Connected"

    i use eprint but after day show in site massage state Not Connected
    to solve this problem turn off printer or hp web services and tern on and it work 
    but same problem after some hour  show not connected
    how can printer connected all time ?

    Hey sfareg,
    One thing you need to check is if your internet connection is intermittent. If it is not, you can follow these steps to give the printer a better connection.
    1. Find your printer's IP address by printing a network configuration page.
    2. Type you IP address into the address bar of your web browser.
    3. Click on the network tab at the top of the page.
    4. Look at the left hand side and click IPv4 under wireless.
    5. Change the IP settings to Manual.
    6. Enter the printer's IP address, your subnet mask, and your routers IP address or default gateway in the spaces.
    7. Set the Preferred DNS to 8.8.8.8.
    8. Set the Alternate DNS to 8.8.4.4.
    9. Click apply.(You may need to refresh the page if it says processing for longer than a min and click apply again.)
    The printer should have a better connection now.
    Although I am an HP employee, I am speaking for myself and not for HP.
    If I have resolved your issue, feel free to provide Kudos and make sure you mark this thread as solution provided.

Maybe you are looking for

  • Ad Block Plus is not blocking ads

    I downloaded ad block plus 3 years ago and it worked perfectly. Suddenly, it stopped blocking ads. I have tried to use the troubleshooting advice, and have followed the parts I understand. But it still does not work, although it seems to have been do

  • Photo - Lost Slideshow

    Last import of photos and appeared in Photos (and still does). I made a slideshow and have opened it numerous times. Suddenly I go to view it again in Photos and it's gone! Other slideshows there but not the latest one. Using latest 10.10.3 and lates

  • Load external swf in Flash file...

    I am a beginner using flash. I only ask that those answering this question assume that I have no knowledge of flash (because I probably don't) and answer accordingly. I do have a grasp of ActionScript 3 so I can follow much of that. That said...the q

  • WS Upload not throwing error in new ECC 6 System

    system was recently upgraded to ecc 6. programs with WS Upload are running fine without errors. but in the description it is mentioned OBSOLETE . but the FM is active. I am confused. Help!!! Regards, amit

  • My Adobe - all my previously registered product serial numbers are missing!

    I logged in to my adobe today using the same account I have used for years. I found that all my registered product serial numbers are missing. On previous log ins this list correctly showed all my adobe purchases. There must be about a decade's worth