Problem in migration

we are migrating a smartform in to a adobe form.
there is a problem with the 4.6c tables.
how to convert a 4.6c table into ecc 6.0 table.
by copying we are not able to retrieve the code
involved in the table.

Hi Boss,
Do the version management checking from production system to Development system then you can findout how many fields are not there . so, then you can ask the sap note for that tables or other wise you can create ztable with same fields.
Best Regards,
Narasimha Rao.N

Similar Messages

  • Performnace problem in migrating form SOlaris2.5.1 to Solaris8

    have a working system in production for the last six years. It was done on Solaris 2.5.1 using C++ version 4.2. Now i am migrating it to Solaris 8 using C++ 5.4. I use class library from Recursionsw called ObjectSPace.
    My code requires lots of message passing (objects) between processes. This is done by binray streams over sockets. All my code is multi threaded (POSIX) and uses semaphores.
    The time taken to pass approx. 150 messages in the earlier version was 2 seconds (say) on an Ultra 2 but now the same piece of code (without any logical changes) takes over 30 seconds on an E10k.
    With prstat i notice that the sys time value is high and SCL is high. The thtread which is reading messages is taking lot of cpu time. The LCK value is very low.
    Has anyone got any idea or faced similar problem in migrating.
    Any help is welcome.
    Thanks
    Manoj

    We are using a class library called Objectspace from Recursionsw. We did a small test program. This program has an object with about 20 fields (total of around 200 bytes). All we do is write this object (binary stream over socket) from one process and read it from the other process. For banchmarking we write and read this object 200 times.
    The results are as follows:
    Solaris 2.5.1 - Around 13 seconds
    Solaris 7 - Around 60 seconds
    Solaris 8 - Around 120 secinds
    Solaris 9 - 1-2 seconds
    On Soalris 8 i have tried with both std iostream and classic iostream. There is no difference.
    This is without any change in the source code. Can anyone give any clues as to what is going wrong.
    Regards,
    Manoj

  • Problem when migrate from WLI2.1 to WLI7

    I met this problem when migrating my program from WLI2.1 to WLI7.
    It report the following exception in WLI7:
    <2002-10-21 &#19979;&#21320;05&#26102;05&#20998;15&#31186;> <Error> <HTTP> <101019>
    <[ServletContext(id=5904188,name=dkh
    ,context-path=/dkh)] Servlet failed with IOException
    java.rmi.AccessException: Security Violation: User: 'admin' has insufficient permission
    to
    access EJB: type=<ejb>, application=WebLogic Integration, module=WLI-BPM Server,
    ejb=WLPI
    Principal, method=getRolesForUser, methodInterface=Remote, signature={java.lang.String,jav
    a.lang.String,boolean}.
    But it's fine in WLI2.1? Who can tell me why and how to solve it?
    Thanks

    ####<13 oct. 2004 17 h 05 CEST> <Info> <JMS> <ucwwe2> ><ucwls81> <WrapperSimpleAppMain> <<WLS Kernel>> <> <BEA->040114> <JMSServer "JMSServer", Finished scan of file >store "persistence" in directory "c:\bin\bea\jmsstore".                     >Found 2 025 records totalling 21 205 248 bytes.>
              >####<13 oct. 2004 17 h 05 CEST> <Info> <JMS> <ucwwe2> ><ucwls81> <WrapperSimpleAppMain> <<WLS Kernel>> <> <BEA->?040056> <JMSServer "JMSServer". Deleting 2025 messages(s) with no matching destination.>
              My JMS experience on WLS 8.1 ain't great, purley from these error messages it looks like the destination of these messages is the problem. Can you double check the destination exists and is configured correctly.
              Hoos
              www.orbism.com

  • Problems while migrating PDK applications from Portal 7.1 to Portal 7.3

    Hi All,
    I am facing a problem while migrating a PDK application from Portal 7.1 to Portal 7.3.
    Since Portal 7.3 doesnt support PAR files any more it provided with a tool to convert the PAR to an EAR file and deploy the resultant EAR to the new portal.
    I converted the PAR into EAR and deployed the file but the application is not executing. When I looked into the log files i found the following exception. The application is not able to identify the tag "documentBody". I checked the protalapp.xml and the "SharingReference" is properly maintained in the file but the error message suggests that its not able to fine the reference to the tagLib uri maintained in the portalapp.xml
    Now my question is why is it not able to obtain a reference to the taglib? Did any one face similar problem previously. Can you please provide me with any document for migrating / developing PDK application for Portal 7.3
    Parser [PRT] - JspParseException is thrown while parsing JSP file </SAP/sap/POD/J00/j2ee/cluster/apps/TestOrg.co.uk/TestOrg~cas~ptlsvc/servlet_jsp/CASPortalService/root/WEB-INF/pagelet/CASFramework.jsp> :
    com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [documentBody].
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:969)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:272)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:196)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:128)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:377)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:306)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:236)
    Thanks in advance
    PK

    Hi Amit,
    Thanks for your reply. I could see some progress after "thoroughly" going through those links. Thanks a lot (gave points too )
    Now I am facing another problem. The application did deploy successfully but with a warning. When i checked the warning it says that the deployment was successful but can not be started.
    The log file has the following error message.
    Global [startApp] operation of application [newsint.co.uk/newsint~cas~ptlsvc] finished with errors for [5] ms on server process [2721950] [
    >>> Errors <<<
    1). com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application newsint.co.uk/newsint~cas~ptlsvc cannot be started. Reason: it has hard reference to the following resources, which are currently not available on the system: hard to SAPPORTAL/com.sapportals.htmlb (public) (f=true, cl=false); .
    In order to start the application, components that provide the missing resources should be successfully deployed.
    at com.sap.engine.services.deploy.server.ReferenceResolver.isResolved(ReferenceResolver.java:137)
    at com.sap.engine.services.deploy.server.LifecycleController.startReferencedComponents(LifecycleController.java:173)
    at com.sap.engine.services.deploy.server.application.StartTransaction.beginCommon(StartTransaction.java:200)
    at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:166)
    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)
    at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhases(ParallelAdapter.java:465)
    at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhases(StartTransaction.java:605)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1828)
    I dont understand why is SAPPORTAL/com.sapportals.htmlb is not available. As per my understanding it is some thing that should be available with the portal server by default.
    Any hints from any one?
    thanks in advance
    PK

  • Problem to migrate customer development

    We have implemented NWDI for ESS/MSS successfully.
    However, we found problem to migrate customer development into the NWDI
    despite we have followed the SAP Note: 696084 and converted customer
    development from EAR files into SCA file successfully. However, the
    system prompted error as we click import-check. The error is :
    Check Failed, because the sources are not contained in the archive
    Please advise.
    Thanks.
    Edward

    Uncar the SCA with sapcar, then add the necessary folders and files and use sapcar again to create a new SCA.
    Edited by: Pascal Willemsen on Feb 2, 2010 9:18 AM

  • Application has problems when migrated from 10g to 11g

    Hi there,
    I am hoping someone can shed some light on a problem I have in moving an application from Oracle 10g to Oracle 11g. The app works fine on 10g (uses Apache webserver with PL/SQL module, and APEX 3.1.2.00.2), but on 11g using the embedded web server and APEX 3.2.0.00.27, it doesnt. Most of the app works fine, but there are a couple of pages that provide the ability to add child rows to a parent/child relationship, where the parameter passing mechanism from one page to the next appears to suffer from some sort of corruption. I have traced this using the "session" and "debug" buttons on the developer interface, which show that the values of the parameters get changed inexplicably, when branching from one page to the next - even when the page is actually branching to itself.
    I am using the "Set these items, "With these values" fields in the branch, and have verified that the correct values are being associated with the correct items in the application builder. But while this does work correctly under 10g, with 11g, the wrong values end up being passed. Just prior to the branch the set of parameters have the correct values, but immediately after the branch, one of the values is NULL, another has the value of a different item, and a third has a totally random value - I have no idea were it comes from!
    I migrated the application from 10g to 11g using the APEX application developer's Export/Import options. There have been no other changes. Should this have worked? If so, any ideas what might have gone wrong?
    Thanks,
    Sid.

    Well, I managed to solve this, but not in a way that makes much sense.
    In desperation (I had tried almost everything else!) I changed the value of "Cached" in the page settings from "No" to "Yes", and ran the app, but the page didnt render correctly (in either Firefox or IE7) - in fact all that displayed was the developers toolbar at the bottom of the page. I changed the value of "Cached" back to "Y", ran the app again, and hey presto - everything worked fine! I actually did this a second time with a fresh import of the app from 10g, just to be sure I wasnt seeing things. I wasnt!
    There was just one further issue - everything worked fine apart from this section of code in a page process:-
    ELSIF (:p9_filter_type = 5) THEN
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    :p9_entity_types := 'GENE';
    END IF;
    In 11g the value of :p9_entity_types was not being set to 'GENE' when :p9_filter_type was 5. This was (and still is) working in 10g. I changed the code as follows:-
    ELSIF (:p9_filter_type = 5) THEN
    :p9_entity_types := 'GENE';
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    END IF;
    ... and now it works fine in 11g as well.
    Only wish I knew why!

  • Problem with Migration Forms to Apex ...

    Hello !!
    I discovered Apex a few days ago, so I began with the Oracle tutorials, where I found the conversion from Forms to Apex : "Converting Your Oracle Forms Applications to Application Express 3.2".
    I tried to do the same, with a Unix server and my laptop with Windows.
    I downloaded the Forms which where on my Unix server on my laptop, and then converted them with frmf2xml.bat.
    Then I created a project and uploaded only one Forms Module (_fmb.XML). After upload, the Percent Complete column is lower than 100%.
    My problem is at the following step : "Generating Your Application Express Application".
    When I click on "Create Application", select "Based on Migration Project" and then on "Next", I have one of the following errors :
    - 1 error has occurred * The project, "Test Gestuser" does not contain any Blocks associated with database objects.
    - 1 error has occurred * Database schema PROCIE does not contain the associated database objects for the project, login. Ensure the database schema associated with the project contains the database objects associated with the uploaded Forms Module .XML file(s)
    I really don't understand these two errors, having yet checked all the possible error sources, user, schema, ... ?:|
    I have probably forgotten to give some informations, so ask them ;)
    Thanks for your help,
    Pierre C.
    Edited by: Pierre C. on 19 juin 2009 17:22

    I found the problem(s) ... but now I have another one !!
    The problems are with the Forms : I opened them with Forms Builder and created a new Block with the assistant. Then I compared this block with another "normal" block : they haven't the same properties.
    My block has an associated canvas and database source, whereas the other "normal" blocks haven't.
    Where does the error come from ??
    Is there something to do with Forms Builder ?
    On my Unix server before downloading the forms ?
    Another thing to do ??
    Thanks,
    Pierre C.

  • I am having problems with migration assistant (windows pc to Mac 2011) When I get to the 'Quit other applications' box and click continue, nothing happens. There are no other apps running - any ideas, please?

    I am having probems with migration assistant. Trying to transfer data from a windows laptop to iMac 2011. It was working fine when I did the set-up yesterday, but it was going to take hours to transfer some videos so I quit the process with the intention of doing it again at a later stage. However today I find that everytime I get to the 'Quit other applications' box on the Mac and click 'continue', nothing happens. Have checked mission control and confirmed no other apps running. Tried several times with the same result every time. Migration Assistant running on my laptop with the 'Waiting for mac to connect' box displayed. Mac is connected to wi-fi OK as able to use Safari and access internet. Any ideas, please?

    Thanks for your suggestions. Have managed to get Migration Assistant working but now have a new problem, i.e. where does it save the transferred files?!! Searched a few forums and it seems it saves it under your old username, or suchlike. Anyway I tried logging on as a new user using my old user name but there were only a handful of files there, couldn't locate the majority of stuff from my old laptop. Anyway I don't intend to go through any more hoops with MA - will just save the important stuff to an external drive and transfer it that way. Not impressed with MA at all. I thought it was supposed to be a user-friendly tool to simplify the transfer from pc to Mac - not my experience, I'm afraid!

  • Problems with migration on a new install

    I turned on my new 27" iMac, and when it asked if I wanted to import info, I was not ready because I did not have the right cable to connect my Time Machine External B/U, so I passed, and created a Bootcamp partition.
    I installed Windows XP just fine, and then installed Parallels on the main admin account, and made sure it worked. then tried to import my prior user account by connecting both computers with an ethernet cable, and turned on file sharing. I had problems with lots of spinning beach ball of death on the old mac, so I figured moving to the new machine would get rid of it.
    So I used Migration assistant to import from my current computer connected with Cat 5 cable, and it got 99% of the way through, then hung, like it could not gather the final info from the old computer to finish the migration, so I forced quit Migration on both computers, since there is no other way to exit w/o a successful install.
    The account was there, though when I log in as that user, I see lots of folders I don't have permission to access like my documents and downloads.
    So I go back to the old computer, and do an updated time machine back-up, then connect that external HD to the new iMac and do a 2nd import to a fresh user. All goes well, and I am able to log in, however, my new install of Parallels does not show up on the desktop, rather my old Parallels shows up with its different name. And I am getting spinning beach balls for 10-20 seconds in Safari, which I don't like, as something from the old computer must be corrupt to be doing this like a preference file or ?.
    I have had a Mac since the early 1990's, and always only had one account that I used to run the computer, never creating a "User" account to run day to day, and I am not fully understanding the relationships between admin & user.
    So my questions are;
    1. what is the best way to take my documents, movies, photos, music and such from the 2nd migration, and transfer to a freshly created user account that would have no corrupted preferences causing the spinning problems. Do I put them in the shared folder, then access them from the new account, and transfer them that way, or does the admin do it?
    2. What do I do about the applications that were imported, can the main admin move them and possibly the above documents to the main applications folder?
    3. What about fonts and such, should they be put in the main library, or a user library?
    4. Where can I find info on the allowable actions & limits of admin and users? what they can & can't do.
    5. On my admin desktop, I can see my HD, Bootcamp partition, and Parallels shortcut. It is not visible on my test account, or another user account I created for #1 above. How can I give that user access?
    6. How can I access the new Parallels install that shows up on the admin hd, instead of the old imported one in my user account?
    7. How can I access the 2 external HD's that show up in admin and not users?
    8. Can I safely delete the user that was created from my first unsuccessful migration that I had to force quit and has permission issues?
    Thanks for your help, really appreciate getting up to speed on users...

    No offense, though none of your replies are of any help. I am not migrating from a PPC to Intel, I don't need to reinstall, I am not a new user migrating for the first time, and I am not having any font problems.
    Let me try again.
    If I have a problem with an imported user account like it hangs doing certain things, how do I move all the data to a new user on the same PC, just drag all the documents, library, and similar folders to the shared folder, or the user folder?
    Users/Shared
    Users/User
    Any help is greatly appreciated.

  • App store and apps problem when migrated

    I am going to ask this here because Apple support has not been able to fix this.
    Old computer = iMac core 2 duo 2.4GHz 10.6.7
    OK so I just bought a new iMac quad core i7 2.93GHz (2010 model on closeout) and from the start I selected to migrate from a time machine backup. Took a long time but worked (well execpt for this problem).
    So one thing I noticed after the backup was that there was no app store program installed. I then noticed the OS that was on the machine was 10.6.4 (pre app store). So I did the upgrade and and it's now at 10.6.8.
    Problem is the apps won't load (click and nothing happens, click on ones in dock and it bounces once then nothing). So I load up the app store and log in, seems to take my login OK but won't let me do anything like make a purchase or do an update to an older app. It tells me they were purchased with a different account when I try to update and tells me I don't have a valid account when I try to purchase.
    Well it's a good account and I went back to the old computer signed out and back in with the 'exact' same info and it works fine on that computer, even did the update to the program that was older"
    Called Apple support, ran me through a dozen things (I could tell he was running out of ideas) and he finally said it must be a problem with your account (I seriously doubt it as I use the same account on the old computer, a laptop and 2 'i' devices with no issue).
    I think it has something to do with the fact that the migration happened when the OS was older than the app store.
    Not sure what to do but I would like to be able to use the apps I purchased and be able to purchase more in the future.
    Any ideas?

    Well looks like the fix was to download the stand alone 10.6.8 updater and re update the OS.

  • Serious problem after migration assistant - any ideas?

    Hi folks-
    I bought an iMac this weekend and for various reasons did not configure with data from my MacBook Pro when I first turned it on, but waited until two nights ago to use Migration Assistant to transfer all but users.
    I updates both machines fully with Software Update first. MigAsst went fine until I hit the begin option and after a few minutes the iMac told me there was a problem with my MacBook Pro (MBP). I quit MigAsst on the iMac but even after an hour I couldn't escape it or quit the MBP, so shut down using the power button.
    When I restarted, I had a black screen with lighted keyboard and startup chime. I hard-restarted, same thing happened. Third time, I got the grey apple window with no apple for about ten minutes, then a light blue screen with the spinning spokes (not the rainbow) and a slightly darker window with no spokes. The two blue windows alternated back and forth for maybe 8-10 seconds each endlessly until I restarted.
    Since I live about 4 hours from the nearest Apple store and tech support was already closed for the evening, I restarted from the Snow Leopard disk and repaired permissions (there were many repairs) and repaired the disk (was told it was fine). I restarted and got the grey-blue-blue cycle again.
    I reinstalled the OS from the Snow Leopard disk and everything worked fine - I ran as many tests as I know how to, even perturbed the casing slightly wondering if it was a loose video card wire or something. Nothing. It all worked fine for several hours until after the second Software Update (which as I recall was only Java and iTunes), and now all I get is the black screen again. Also, now the green light on the power cable is not glowing even though the battery reads as fully charged and the keyboard and startup chime are all hunky dory.
    I'd think it was a video card issue, but there are too many incongruous symptoms. If I could at least start up from the OS disk again I could get my data off... Any ideas, diagnoses or suggestions would be much appreciated.
    With gratitude and blessings.

    The problem is described in a different post as well, and it is considered to be answered. However, the answers are not very satisfactory because they are complicated.
    The underlying problem is that MacOS is looking for a FileVault user, while after migration the user files are actually not within a FileVault bundle.
    I believe that there must be a setting to change the login properties for the user to not look for a FileVault user, but for a plain, non-encrypted user. So please, somebody from Apple answer this questions!
    Command line very welcome, because I only have a command line user right now. And oh, my MBA didn't ship with a boot DVD so I don't even have the chance to reinstall my system easily. Also, getting my data out of the FileVault on my current machine, transfering everything again (almost 250 GB) and then putting them back into FileVault seems a bit too much effort for what appears to be a simple bit set somewhere…

  • ORA-12952 and Oracle 10g XE problem with migration to 11g XE

    Hi, all
    My DB (Oracle 10g XE) reach storage limit. I have tried to migrate to 11g XE version but unsuccessful.
    For migration I used next manual: http://download.oracle.com/docs/cd/E17781_01/install.112/e18803/toc.htm#XEINW136
    expdp returned next error:
    Processing object type DATABASE_EXPORT/SCHEMA/CLUSTER/INDEX
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    2D6F0304 14916 package body SYS.KUPW$WORKER
    2D6F0304 6300 package body SYS.KUPW$WORKER
    2D6F0304 5638 package body SYS.KUPW$WORKER
    2D6F0304 2145 package body SYS.KUPW$WORKER
    2D6F0304 6861 package body SYS.KUPW$WORKER
    2D6F0304 1262 package body SYS.KUPW$WORKER
    285BD50C 2 anonymous block
    Next I have tried to garbage some information from DB but I got some as "UNDO cannot get next block" error.
    What else can I do to migrate the data from 10g with limitation problem to 11g?
    Thank You in advance.

    There is output from SQL:
    "OWNER"; "TABLESPACE_NAME"; "COUNT(*)"; "SIZE_MB"
    "A1"; "USERS"; "899"; "3995,9375"
    "SYS"; "SYSTEM"; "980"; "323,1875"
    "FLOWS_020100";"SYSAUX"; "658"; "297,625"
    "SYS"; "SYSAUX"; "626"; "151,125"
    "XDB"; "SYSAUX"; "753"; "84,5"
    "SYSTEM";"SYSTEM"; "259"; "31,75"
    "SYS"; "UNDO"; "10"; "20,25"
    "MDSYS"; "SYSTEM"; "96"; "12,25"
    "SYSTEM";"SYSAUX"; "109"; "6,8125"
    "CTXSYS";"SYSAUX"; "74"; "4,625"
    "D1"; "USERS"; "14"; "3,5625"
    "DBSNMP";"SYSAUX"; "25"; "1,5625"
    "HR"; "USERS"; "25"; "1,5625"
    "FLOWS_FILES";"SYSAUX"; "7"; ",5"
    "OUTLN"; "SYSTEM"; "8"; ",5"
    "TSMSYS";"SYSAUX"; "4"; ",25"
    1. When I tried to delete some old data from USERS dataspase by some PROCEDURE I got the next error:
    ERROR at line 1:
    ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDO'
    This problem I solved. PROCEDURE generate huge buffer for transaction. Therefore I deleted the old data by small pieces.
    After I have deleted the old data the Application start to comunicate with database without ORA-12952 error.
    2. I've reduced the size of SYSAUX (http://remidian.com/oracle/purging-sysaux-tablespace-purging-awr-reports.html) down to 94%
    3. I has SYSTEM tablespace 100% full. When I've tried to resize the SYSTEM table up I got the ORA-12952. Then I've increased the SYSTEM table size by 1M. In such way I got additional 9Mb for the SYSTEM tablespace (from 360Mb to 369Mb 98%). Is any other way to reduce of the SYSTEM tablespace filling?
    4. Next (http://wiki.oracle.com/page/Data+Pump+Export+%28expdp%29+and+Data+Pump+Import%28impdp%29)
    on the step: $ expdp system/<password> DIRECTORY=expdp_dir DUMPFILE=expfull.dmp FULL=y LOGFILE=expfull.og
    i got the error:
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    There is my last state of the tablespace filling:
    "Tablespace"; "Size (MB)"; "Free (MB)"; "% Free"; "% Used"
    "UNDO"; "500"; "411,6875"; "82"; "18"
    "SYSAUX"; "570"; "31,5"; "6"; "94"
    "USERS"; "4180"; "178,875"; "4"; "96"
    "SYSTEM"; "369"; "1,25"; "0"; "100"
    "TEMP"; "291"; "0"; "0"; "100"

  • A serious problem in Migration workbench - BUG!

    When migrating a MS SQL Server 2000 database to Oracle
    using Migration WOrkbench 2.0.2 I've run to a serious problem.
    Capturing the source database went OK, then creating the
    Oracle model started and it finished after some time, but -
    after looking at the Oracle model pane I could see no
    objects mapped!
    SInce it looked almost impossible to get any technical
    support I started to hack thru the Workbench repository
    myself and found out that the objects were actually mapped,
    but the user which owned them was not mapped to some reason.
    Namely, when issuing the query
    SELECT obj_owner, count(*) FROM om_obj_info GROUP BY obj_owner;
    I saw most of the objects owned by the user named
    '<DOMAIN>_Administrator' (that what was captured from MS SQL)
    while the user mapped in the Oracle model was named simply
    "Administrator". After updating manually the obj_owner
    field for all those records with 'Administrator' I could
    see the migrated objects on the Oracle Model pane.
    However that way of doing the job seems rather owful for
    me since I will be to perform migration many times for
    individual objects - I want them to appear immediately, not
    after hacking thru repository!
    Who may help to find a GOOD workaround?
    I may provide the export file of the Migration Workbench
    repository if needed.

    Vitaly,
    can you use the sp_changedbowner with the parameter "sa" if the database you are migrating is not already
    owned by "sa". If this does not help you, please send the error.log file which can be found in the
    %ORACLE_HOME%\Omwb\logs directory as well as a zipped version of the repository, if possible,
    to [email protected] and we will be happy to investigate the problem further.
    Regards,
    Tom - Team OMWB.

  • Problems with migrating 4.6 packages to 5.0

    I have lot of 4.6 (SP3) packages which needs to be migrated to 5.0 SP2 platform(SCCM). I tried convert and install 4 different generic packages:
    Paint.net - OK, runs fine
    Chrome OLD - fail (depency to Java)
    Chrome NEW - fail (depency to Java)
    Java - OK, runs fine
    Reader OLD - fail (not compliant to existing OS, probably packaged on XP)
    Problem with Chromes are that shortcuts do not appear anywhere, but the package is installed via SCCM. Reader is failed already during convertion to 5.0 SP2, because Sequencer machine is W7. I converted all packages with Powershell, seems to be the only
    way.
    Main problem is, that after convertion to 5.0, I tried to open Chrome with Sequencer to delete depency to Java, and sequencer fails to open the converted package. So I´m thinking, should I continue to evaluate packages one By one, and are these problems
    because of depencies or something else?
    Error while opening converted package with Sequecer: ID 5010, "An Attempt to prepare the package for editing failed, class not registered. HRESULT 0x80040154.

    I have not heard of issues opening the packages but either way, I'm not sure deleting the Java files from the package would be the best path forward.
    I believe the conversion tool has been a complaint by many. The consensus seemed to be re-sequencing applications was the most reliable method to use.
    Personally, I'd try converting, test. If it doesn't work I open up my recipe and re-sequence.
    Re: Java, if I was you I'd read this series of posts from Dan: http://packageology.com/2014/02/sequencing-java-the-definitive-guide-part-1/
    My personal preference is to keep the latest version of Java on my build as a local app and sequence an older version only when a specific application requires it. I'd imagine Chrome really doesn't need a virtual Java and could use one that's part of the
    build
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • CORBA problem after migration to JDK 1.5.0_05

    Hi,
    I faced some errors with CORBA, after performing migration from JDK 1.4.1 to JDK 1.5.0_02
    on Solaris 8 2/02 (SPARC version).
    I've spend few days on digging in java.sun.com bug database and google archive,
    but haven't found similar case.
    The problem occurs in a web application launched on Tomcat 5.5.7, if JDK 1.5.0_02 is used and trying to connect with CORBA server.
    If using JDK 1.4.1 the CORBA stuff works fine.
    I isolated the problem code and found out, that Tomcat
    can not cause the error, because i receive the same error while invoking test class from command line.
    I use IOR file for obtaining the object reference and default JDK Orb.
    The stacktrace(see below) goes through new package in JDK 1.5 com.sun.corba.se.impl.* and java.lang.Class which was
    rewriten in JDK 1.5 in order to use generics. Is it possible that the bug lies somewhere in this classes?
    I've already spent few days on searching cause of the bug, and found no clues.
    Is this a known issue? Does anyone have a workaround?
    Have you seen some similiar behavior associated with migration to JDK 1.5.0 ?
    I'm running out of ideas, on debugging this stuff, any help or suggestion could be helpful.
    Thanks In Advance, Kuba
    PS. I attach the received stack trace below:
    org.omg.CORBA.BAD_OPERATION:   vmcid: 0x0  minor code: 0 completed: Maybe
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemException(MessageBase.java:897)
            at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:99)
            at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExceptionReply(CorbaMessageMediatorImpl.java:572)
            at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.processResponse(CorbaClientRequestDispatcherImpl.java:430)
            at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:326)
            at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
            at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
            at generated.from.idl.package._ServerFactoryStub.FindServer(_ServerFactoryStub.java:25)

    Hi,
    I replying to my own post for persons who, have a similar problem.
    I've used external ORB implementation, and the stuff started working properly.
    www.jacorb.org.

  • Problem to migrate a non-global zone to a different machine.

    Hi, recently, I had try to migrate a non-global zone to a different machine but it’s doesn’t work.
    1. First, this is the structure of my machine with my non-global zone:
    host1# uname -a
    SunOS testsolaris 5.11 snv_101b i86pc i386 i86pc
    host1# zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    big-zone 1.71G 1.64G 20K /big-zone
    big-zone/export 1.71G 1.64G 22K /big-zone/export
    big-zone/export/big-zone 1.67G 1.64G 21K /big-zone/export/big-zon e
    big-zone/export/big-zone/ROOT 1.67G 1.64G 18K legacy
    big-zone/export/big-zone/ROOT/zbe 1.67G 1.64G 1.66G legacy
    big-zone/export/zonetest 41.8M 1.64G 21K /big-zone/export/zonetes t
    big-zone/export/zonetest/ROOT 41.8M 1.64G 18K legacy
    big-zone/export/zonetest/ROOT/zbe 41.8M 1.64G 1.66G /big-zone/export/zonetes t/root
    rpool 8.35G 7.28G 72K /rpool
    rpool/ROOT 6.86G 7.28G 18K legacy
    rpool/ROOT/opensolaris 6.86G 7.28G 6.73G /
    rpool/dump 575M 7.28G 575M -
    rpool/export 375M 7.28G 21K /export
    rpool/export/home 18K 7.28G 18K /export/home
    rpool/export/small-zone 375M 7.28G 21K /export/small-zone
    rpool/export/small-zone/ROOT 375M 7.28G 18K legacy
    rpool/export/small-zone/ROOT/zbe 375M 7.28G 375M legacy
    rpool/swap 575M 7.78G 56.8M -
    2. In second, I had detach my non-global zone “zonetest” whit this commands :
    host1# zoneadm –z zonetest halt
    host1# zoneadm –z zonetest detach
    3. In third, I had move my zonepath to my new host.
    host1# cd /big-zone/export
    host1# tar cf zonetest.tar zonetest
    host1# sftp jay@new-host
    host1# put zonetest.tar
    Uploading ….
    host1# quit
    4. Unpack my .tar file
    host2# cd /big-zone/export
    host2# tar xf zonetest.tar
    So, after this, I think that my zonepath is transfert to my new host.
    This is the structure of my new host :
    jay@alien:~$ uname -a
    SunOS alien 5.11 snv_101b i86pc i386 i86pc Solaris
    jay@alien:~$ zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    rpool 18.3G 73.3G 72K /rpool
    rpool/ROOT 2.98G 73.3G 18K legacy
    rpool/ROOT/opensolaris 2.98G 73.3G 2.85G /
    rpool/dump 1023M 73.3G 1023M -
    rpool/export 13.3G 73.3G 19K /export
    rpool/export/home 13.3G 73.3G 19K /export/home
    rpool/export/home/jay 13.3G 73.3G 13.3G /export/home/jay
    rpool/swap 1023M 73.9G 321M -
    zdata 10.7G 80.8G 9.65G /zdata
    zdata/zones 1.08G 80.8G 18K /zdata/zones
    zdata/zones/zonetest 1.08G 80.8G 1.08G /big-zone/export/
    *I have a mountpoint to /big-zone/export
    5. I had try to configure my zone on my new host and I receive and error message:
    host2# zonecfg -z zonetest
    zonetest: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:zonetest> create -a /big-zone/export/zonetest
    invalid path to detached zone
    zonecfg:zonetest>

    And my new big-zone (on the second host) show this in the /big-zone/export/zonetest folder :
    jay@alien:/zdata/zones# zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    rpool 23.5G 68.0G 72K /rpool
    rpool/ROOT 6.31G 68.0G 18K legacy
    rpool/ROOT/opensolaris 6.31G 68.0G 6.18G /
    rpool/dump 1023M 68.0G 1023M -
    rpool/export 15.2G 68.0G 19K /export
    rpool/export/home 15.2G 68.0G 19K /export/home
    rpool/export/home/jay 15.2G 68.0G 15.2G /export/home/jay
    rpool/swap 1023M 68.6G 361M -
    zdata 11.6G 79.9G 10.7G /zdata
    zdata/zones 921M 79.9G 18K /zdata/zones
    zdata/zones/web 921M 79.9G 21K /zdata/zones/web
    zdata/zones/web/ROOT 921M 79.9G 18K legacy
    zdata/zones/web/ROOT/zbe 921M 79.9G 921M legacy
    zdata/zones/zonetest             54K  79.9G    18K  /big-zone/export/zonetest
    zdata/zones/zonetest/ROOT 36K 79.9G 18K legacy
    zdata/zones/zonetest/ROOT/zbe 18K 79.9G 18K legacy
    jay@alien:/zdata/zones/zonetest# pwd
    /zdata/zones/zonetest
    jay@alien:/zdata/zones/zonetest# ls -ls
    total 6
    3 drwxr-xr-x 2 root sys 2 Feb 8 2009 dev
    3 drwxr-xr-x 16 root root 19 Feb 8 2009 root
    jay@alien:/zdata/zones/zonetest# cd root
    jay@alien:/zdata/zones/zonetest/root# ls -ls
    total 52902
    1 lrwxrwxrwx 1 root root 9 Feb 1 20:29 bin -> ./usr/bin
    3 drwxr-xr-x 13 root sys 15 Feb 8 2009 dev
    11 drwxr-xr-x 55 root sys 168 Feb 8 2009 etc
    3 dr-xr-xr-x 2 root root 2 Jan 22 16:26 home
    15 drwxr-xr-x 9 root bin 241 Feb 4 2009 lib
    3 drwxr-xr-x 2 root sys 2 Jan 22 16:23 mnt
    3 dr-xr-xr-x 2 root root 2 Jan 22 16:26 net
    3 drwxr-xr-x 4 root sys 4 Jan 24 15:26 opt
    3 dr-xr-xr-x 2 root root 2 Jan 22 16:23 proc
    3 drwx------ 3 root root 7 Feb 6 2009 root
    5 drwxr-xr-x 2 root sys 47 Jan 22 16:24 sbin
    3 drwxr-xr-x 4 root root 4 Jan 22 16:23 system
    3 drwxrwxrwt 2 root sys 2 Feb 8 2009 tmp
    5 drwxr-xr-x 30 root sys 42 Feb 6 2009 usr
    3 drwxr-xr-x 32 root sys 32 Feb 6 2009 var
    52835 -rw-r--r-- 1 root root 42882560 Jan 22 16:35 webmin-1.441.pkg
    jay@alien:/zdata/zones/zonetest/root#
    I think my problem is there ...
    jay@alien:/big-zone/export/zonetest# pwd
    /big-zone/export/zonetest
    jay@alien:/big-zone/export/zonetest# ls -ls
    total 8
    2 ---------- 1 root root 114 Dec 31 1969 @LongLink
    3 drwxr-xr-x 2 root root 2 Feb 1 21:10 root
    3 drwx------ 4 root root 4 Feb 1 21:10 zonetest
    jay@alien:/big-zone/export/zonetest# cd zonetest/
    jay@alien:/big-zone/export/zonetest/zonetest# ls -ls
    total 6
    3 drwxr-xr-x 2 root sys 2 Feb 8 2009 dev
    3 drwxr-xr-x 4 root root 5 Feb 1 21:10 root
    jay@alien:/big-zone/export/zonetest/zonetest# cd root
    jay@alien:/big-zone/export/zonetest/zonetest/root# ls -ls
    total 7
    1 lrwxrwxrwx 1 root root 9 Feb 1 21:10 bin -> ./usr/bin
    3 drwxr-xr-x 4 root root 4 Jan 22 16:23 system
    3 drwxr-xr-x 23 root sys 28 Feb 1 21:11 usr
    I think I have a problem with my zfs mountpoint but I don't how to resolve this.
    Edited by: jaymachine on Feb 26, 2009 6:16 PM

Maybe you are looking for

  • How to block modification of a VPN profile ? (password and address)

    Hello, we use iPhone Configuration Utility 2.2 to deploy the iPhone in our Enterprise and we are surprised by the fact that it's impossible to block the modifications a parameter configured in the profile. For example, for VPN, it's possible for the

  • How can I turn off the "this application's signature HAS been verified do you want to run it?" message?

    I'm running Firefox 22.0 on the Mac, OS X 10.6, Java 6 SE fully updated on the Mac. I have corporate web sites I must use throughout the day that have Java applets associated with them, one of them being the Ephox web text editor. EVERY TIME I open a

  • 7.0 Killed my ipod

    Every since I installed 7.0 my ipod 30gig crashed and when I try to restore it to reads ipod cannot be restored an unknown error occured (1418) Someone please help me.

  • Photoshop CS3 white screen / freeze

    had CS3 for over a year or so(legit on work computer) and this just started happening this week. at start up and/or after a few minutes in photoshop CS3 it freezes, goes to white screen and hangs and becomes useless. it starts off lagging like if i t

  • Using iMessage from uk to Japan or other country

    Hi I am trying to iMessage a iPhone 5 that is from Japan from a uk iphone, I have it in airplane mode but wifi turned on and when i enter the number and start to type it does not turn blue. Is there any reason why I can't send iMessage to the phone?