Issues upgrading a Jhs 10.1.2 UIX BC application to Jhs 10.1.3 JSPX BC

Greetings,
I'm trying to upgrade a JHeadstart 10.1.2 UIX and Business Components (BC) application to 10.1.3 ADF BC - JSPX (Using Jdev 10.1.3)
After reading and following the Jheadstart Release Notes upgrade guide and after a couple of issues, I managed to get it compiled without errors.
Now, when I try to run it, it wont run :|... It shows the initial screen (a table) without data and the following error 5 times: Missing IN or OUT parameter at index:: 1
My first screen has as data source a VO/Data Collection which has several bind parameters (:1,:2,...,:5).
In version 10.1.2, I think, passing values to a VO was done ONLY (is this correct?) by the Struts-config.xml using a iterator.
something like this:
<action path="/S2EpisodiosTable" input="/WEB-INF/page/S2EpisodiosTable.uix" type="..." className="..." parameter="/WEB-INF/page/S2EpisodiosTable.uix" name="DataForm">
<set-property property="bindParams" value="${bindings.S2EpisodiosId_Processo},${bindings.S2EpisodiosId_Processo},${bindings.S2EpisodiosId},${bindings.S2EpisodiosId},${bindings.S2EpisodiosId_Processo};newLookupConcelhoIterator=${bindings.S2EpisodiosDcfDistrito};"/>
</action>
a) Is this correct ?
Now, after the upgrade, all the view objects bind parameters are missing.
If I set them in the App. Definition Editor - Query Bind Parameters statically, for example to "0,0,0,0,0", it will run but not with the correct values.
b) How do I "migrate" <set-property property="bindParams" value="${bindings.S2EpisodiosId_Processo}... to AFD BC bindings ?
c) If query values are set statically, when selecting a first level menu entry, along the application, I get this errors:
c.1 )
500 Internal Server Error
java.lang.ClassCastException: oracle.jbo.domain.Number
     at oracle.adfinternal.view.faces.renderkit.uix.SelectItemSupport._addUIXSelectItem(SelectItemSupport.java:349)
     at oracle.adfinternal.view.faces.renderkit.uix.SelectItemSupport.getSelectItems(SelectItemSupport.java:88)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectOneRenderer.encodeAllAsElement(SimpleSelectOneRenderer.java:235)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.FormElementRenderer.encodeAll(FormElementRenderer.java:48)
     at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.delegateRenderer(CoreRenderer.java:271)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.renderFieldCellContents(InputLabelAndMessageRenderer.java:115)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer._renderFieldCell(LabelAndMessageRenderer.java:293)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer.encodeAll(LabelAndMessageRenderer.java:163)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.encodeAll(InputLabelAndMessageRenderer.java:94)
     at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
     at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
and this other one
c.2 )
500 Internal Server Error
javax.faces.el.ReferenceSyntaxException: bindings.S2SitSocioProfissionais2newLookupSituaçãoProfissional.rangeSet
     at com.sun.faces.application.ApplicationImpl.checkSyntax(ApplicationImpl.java:749)
     at com.sun.faces.application.ApplicationImpl.createValueBinding(ApplicationImpl.java:291)
     at oracle.adfinternal.view.faces.taglib.ForEachTag.createValueBinding(ForEachTag.java:311)
     at oracle.adfinternal.view.faces.taglib.ForEachTag._resolveObject(ForEachTag.java:479)
     at oracle.adfinternal.view.faces.taglib.ForEachTag.doStartTag(ForEachTag.java:102)
     at _web_2d_inf._page._S2SitSocioProfissionais2_jspx._jspService(_S2SitSocioProfissionais2_jspx.java:687)
     [WEB-INF/page/S2SitSocioProfissionais2.jspx]
     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
Could you please give me some directions on how to solve this issues ?
Thanks,
Best regards

Buondi,
Can you please post separate threads for each issue?
Lets's keep this thread for your first issue: You can generate query bind params in 10.1.3, by setting the Query Bind Parameters property against your group in the APplication Definition Editor. This property already existed in 10.1.2, and is migrated as well, so it looks like in 10.1.2 the struts action was modified post-generation.
Anyway, you can enter the comma-delimited list of bind params in the group-property Query Bind Parameters, you only need to replace "${" with "#{" to get JSF EL expressions.
Can you also upgrade to JHeadstart Service Update 1? This fixes a bug that caused MISSING IN OR OUT PARAMETER error.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • After upgrade to JHS Production: cannot find two standard java Classes

    Hi, First: congratulations on the Production release. Great that it is there.
    After making several backups, I have upgraded to JHS build 91 Production release (I came from JHS build 78).
    1. after upgrade to JHS Production, I tested my application first (so before re-enabling Jheadstart on the ViewController and regenerating pages). The application still worked fine
    2. I re-enabled JHeadstart on the VC project
    3. I opened my Applictation Definition Files and saved them (I noticed a deprecated property OverwriteUiModel that disappeared after saving)
    4. I ran the generator on my three App. Def. Files.
    5. I rebuild the whole application
    6. I ran the application, the first (Table-style) page comes up fine
    7. But when clicking on one of the records in the Table to navigate to the Form page...the Embedded OC4J exits with a fatal error:
    Fatal error: Cannot find class java/lang/StackOverflowError
    Fatal error: Cannot find class java/lang/NullPointerException
    The last part of the log before these fatal errors is as follows:
    06/08/11 10:12:47 [1171] Binding param "Bind_IdPerson": 210002
    06/08/11 10:12:47 [1172] **** refreshControl() for BindingContainer :PersonsPageDef
    06/08/11 10:12:47 [1173] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    06/08/11 10:12:47 [1174] **** refreshControl() for BindingContainer :PersonsPageDef
    06/08/11 10:12:47 [1175] Invoke method Action:999
    06/08/11 10:12:47 [1176] DCInvokeMethod:Invoking PersonServiceDataControl.dataProvider.applyBindParams()
    10:12:47 DEBUG (JhsApplicationModuleImpl) -Executing applyBindParams for CodeAddrLinkTypes
    10:12:47 DEBUG (JhsApplicationModuleImpl) -ViewObject CodeAddrLinkTypes: bind parameter values have not changed, NO Requery performed
    06/08/11 10:12:47 [1177] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1178] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result = null
    06/08/11 10:12:47 [1179] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1180] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result~cp = [Ljava.lang.Object;@c60
    06/08/11 10:12:47 [1181] Invoke method Action:999
    06/08/11 10:12:47 [1182] DCInvokeMethod:Invoking PersonServiceDataControl.dataProvider.applyBindParams()
    10:12:47 DEBUG (JhsApplicationModuleImpl) -Executing applyBindParams for CodeAddrLinkStatuses
    10:12:47 DEBUG (JhsApplicationModuleImpl) -ViewObject CodeAddrLinkStatuses: bind parameter values have not changed, NO Requery performed
    06/08/11 10:12:47 [1183] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1184] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result = null
    06/08/11 10:12:47 [1185] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1186] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result~cp = [Ljava.lang.Object;@c61
    06/08/11 10:12:47 [1187] Invoke method Action:999
    06/08/11 10:12:47 [1188] DCInvokeMethod:Invoking PersonServiceDataControl.dataProvider.applyBindParams()
    10:12:47 DEBUG (JhsApplicationModuleImpl) -Executing applyBindParams for CodeOrgPersonTypes
    10:12:47 DEBUG (JhsApplicationModuleImpl) -ViewObject CodeOrgPersonTypes: bind parameter values have not changed, NO Requery performed
    06/08/11 10:12:47 [1189] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1190] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result = null
    06/08/11 10:12:47 [1191] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1192] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result~cp = [Ljava.lang.Object;@c62
    06/08/11 10:12:47 [1193] Invoke method Action:999
    06/08/11 10:12:47 [1194] DCInvokeMethod:Invoking PersonServiceDataControl.dataProvider.applyBindParams()
    10:12:47 DEBUG (JhsApplicationModuleImpl) -Executing applyBindParams for CodeDivDataValidationStatuses
    10:12:47 DEBUG (JhsApplicationModuleImpl) -ViewObject CodeDivDataValidationStatuses: bind parameter values have not changed, NO Requery performed
    06/08/11 10:12:47 [1195] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1196] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result = null
    06/08/11 10:12:47 [1197] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1198] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result~cp = [Ljava.lang.Object;@c63
    06/08/11 10:12:47 [1199] Invoke method Action:999
    06/08/11 10:12:47 [1200] DCInvokeMethod:Invoking PersonServiceDataControl.dataProvider.applyBindParams()
    10:12:47 DEBUG (JhsApplicationModuleImpl) -Executing applyBindParams for CodeDivDataDivisionStatuses
    10:12:47 DEBUG (JhsApplicationModuleImpl) -ViewObject CodeDivDataDivisionStatuses: bind parameter values have not changed, NO Requery performed
    06/08/11 10:12:47 [1201] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:47 [1202] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result = null
    06/08/11 10:12:47 [1203] DCUtil, returning:oracle.adf.model.binding.DCDataControl$MethodResultsMap, for methodResults
    06/08/11 10:12:48 [1204] putValueInPath :PersonServiceDataControl.methodResults.PersonServiceDataControl_dataProvider_applyBindParams_result~cp = [Ljava.lang.Object;@c64
    06/08/11 10:12:48 [1205] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    06/08/11 10:12:48 [1206] ##### QueryCollection.finl no RowFilter
    06/08/11 10:12:48 [1207] ##### QueryCollection.finl no RowFilter
    06/08/11 10:12:48 [1208] ##### QueryCollection.finl no RowFilter
    06/08/11 10:12:48 [1209] ##### QueryCollection.finl no RowFilter
    06/08/11 10:12:48 [1210] ##### QueryCollection.finl no RowFilter
    06/08/11 10:12:48 [1211] ##### QueryCollection.finl no RowFilter
    06/08/11 10:12:48 [1212] No XML file /com/jnj/jacnl/cab/view/pagedefs/person/person.xml for metaobject com.jnj.jacnl.cab.view.pagedefs.person.person
    06/08/11 10:12:48 [1213] Cannot Load parent Package : com.jnj.jacnl.cab.view.pagedefs.person.person
    06/08/11 10:12:48 [1214] Business Object Browsing may be unavailable
    06/08/11 10:12:48 [1215] Loading from XML file /com/jnj/jacnl/cab/view/pagedefs/person/PersonLovAddressesPageDef.xml
    06/08/11 10:12:48 [1216] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1217] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1218] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1219] Executing and syncing on IteratorBinding.refresh from :AddrLinkTypeIterator
    06/08/11 10:12:48 [1220] Resolving VO:CodeAddrLinkTypes for iterator binding:AddrLinkTypeIterator
    06/08/11 10:12:48 [1221] No XML file /com/jnj/jacnl/cab/view/pagedefs/person/person.xml for metaobject com.jnj.jacnl.cab.view.pagedefs.person.person
    06/08/11 10:12:48 [1222] Cannot Load parent Package : com.jnj.jacnl.cab.view.pagedefs.person.person
    06/08/11 10:12:48 [1223] Business Object Browsing may be unavailable
    06/08/11 10:12:48 [1224] Loading from XML file /com/jnj/jacnl/cab/view/pagedefs/person/PersonLovPersonAddrOrganizationsPageDef.xml
    06/08/11 10:12:48 [1225] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1226] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1227] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1228] Executing and syncing on IteratorBinding.refresh from :AddrLinkStatusIterator
    06/08/11 10:12:48 [1229] Resolving VO:CodeAddrLinkStatuses for iterator binding:AddrLinkStatusIterator
    06/08/11 10:12:48 [1230] No XML file /com/jnj/jacnl/cab/view/pagedefs/person/person.xml for metaobject com.jnj.jacnl.cab.view.pagedefs.person.person
    06/08/11 10:12:48 [1231] Cannot Load parent Package : com.jnj.jacnl.cab.view.pagedefs.person.person
    06/08/11 10:12:48 [1232] Business Object Browsing may be unavailable
    06/08/11 10:12:48 [1233] Loading from XML file /com/jnj/jacnl/cab/view/pagedefs/person/PersonLovOrganizationsPageDef.xml
    06/08/11 10:12:48 [1234] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1235] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:48 [1236] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for PersonServiceDataControl
    06/08/11 10:12:49 [1237] Executing and syncing on IteratorBinding.refresh from :OrgPersonTypeIterator
    06/08/11 10:12:49 [1238] Resolving VO:CodeOrgPersonTypes for iterator binding:OrgPersonTypeIterator
    Fatal error: Cannot find class java/lang/StackOverflowError
    Fatal error: Cannot find class java/lang/NullPointerException
    Process exited with exit code -1.
    Any idea why this might have happened, just because I upgrade to JHS production release?
    I am reverting to build 78 again to continue developing, but hope to be able to get working with the prod release soon, but I lack knowledge to determine where the error occurs...
    Toine

    Sandra,
    I have the (ugly) feeling that I am facing the problem mentioned in http://forums.oracle.com/forums/thread.jspa?messageID=1211326? : it looks like when a JSPX page gets too complex, the Embedded OC4J raises this StackOverFlow class notfound error :-(. Probably the (it only hits me when navigating to the most complex page) generated page generated with build 78 was fine, but the generated page after build 91 has become too complex, allthough nothing changed in between. What I can see from the difference between the before and after build 91 situation for all pages, is that you have added the <id=...> arguments to all ADF elements, like [id="PersonsSaveButton"] in:
    <af:commandButton actionListener="#{bindings.Commit.execute}"
                      action="Commit"
                      textAndAccessKey="#{nls['SAVE_BUTTON_LABEL_PERSONS']}"
                      id="PersonsSaveButton">
                   <af:resetActionListener/>
      </af:commandButton>In build78 these were not there. As far as I can see another difference after generating with build 91 is a new element in the page:
    <af:panelGroup rendered="#{(bindings.PersonsIterator.currentRowIndexInRange!=-1 and bindings.PersonsIterator.findMode!='true')}">I have not seen a proper solution for this on the JDeveloper forum. I noticed people asking if there is a kind of 'maximum' on how complex a page can get before this error situation happens. No answer on that found (you do not want to know there is a maximum anyway).
    The specific page is a master with 5 stacked detail regions and three "use as LOV" groups. Further on about 30 domains are used...
    And the page has not finished yet, it will get more "complex" that this. I hope someone knows a good solution so that I can continue to use the Embedded OC4J for testing, otherwise developing wil get very time consuming if I have to deploy to AS every time...something I cannot afford since the project deadline is getting nearer and nearer.
    Toine

  • Issues upgrading code on WLC

    Hi all,
    Im having issues uploading code on a WLC in a remote location. The WLC is running 4.0.217.0 and im trying to upgrade to 4.2.209.0. I have checked the upgrade path from current to new version and there is no issue upgrading directly from one to the other.
    The issue occurs when I try and upload via TFTP, the Controller starts the code upload and only downloads a portion of the code, starts the extraction then fails with the following messages:
    -Sanity check fails
    -TFTP failure while storing in Flash
    -Failure while storing in Flash.
    I've done a debug from the controller and this is the output:
    Wed Oct 13 01:56:22 2010: RESULT_STRING: TFTP Code transfer starting.
    Wed Oct 13 01:56:22 2010: RESULT_CODE:1
    Wed Oct 13 01:56:26 2010: Locking tftp semaphore, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore locked, now unlocking, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore successfully unlocked, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:35 2010: tftp rc=0, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
                                                                                                            pLocalFilename=/mnt/download/local.tgz
    Wed Oct 13 01:56:35 2010: tftp = 6, file_name=/AIR-WLC4400-K9-4-2-205-0-ER.aes, ip_address=10.198.136.12, msg=Unknown error - refer to log
    Wed Oct 13 01:56:35 2010: upd_get_code_via_tftp = 6 (target=268435457 msg=Unknown error - refer to log)
    Wed Oct 13 01:56:35 2010: RESULT_STRING: TFTP receive complete... extracting components.
    Wed Oct 13 01:56:35 2010: RESULT_CODE:6
    Wed Oct 13 01:56:39 2010: RESULT_STRING: Sanity check failed on file. The file was not downloaded completely!
    Wed Oct 13 01:56:43 2010: RESULT_STRING: TFTP Failure while storing in flash!
    Wed Oct 13 01:56:43 2010: RESULT_CODE:7
    I've tried using a TFTP server (both 3Com and TFTPd) on a local server on site and its still fails. I've also tried using several servers
    as the TFTP server and still no luck.
    Does anyone have any idea why this is still failing? Could this possibly be a lack of space issue on the flash?
    cheers
    Rob

    Hi,
    "Sanity check failed on file. The file was not downloaded completely! "  - This error log is seen only if upgrade path is not right or if TFTP server which you are using does not support transfer of mor ethan 32MB file.
    I understand that you have already tried many tftp servers. If in case, you haven't tried tfttpd32 yet, please download it and give it a try as Cisco recommends to use tftpd32 server.
    Regards,
    Madhuri

  • Anyone having issues upgrading RFC apps from ECC 5.0 to ECC 6.0 ?

    We are having issues upgrading our simple RFC app from ECC 5 to ECC 6.
    we are using the librfc32u.dll ( 710_Rel) to make a simple call to return MARD table entries.
    Runs great in our 5.0 system.
    When we run against our 6.0 environment with the same dll, we get garbage back in the table results... (escape characters ).
    We have tried downloading the latest 7.0 librffc*  ( standard an u ) . We recompiled to embrace both unicode and non-unicode.  ( fyi our 6.0 environment is unicode ) .  All attempts have failed to date.
    Has anyone else experienced issues trying to upgrade their rfc applications?

    david, were you able to fix this issue? i have a similar issue. we are upgrading from 4.6c to ecc 6.0. we use a c# program that connects thru sap connector for .net v2.0. it calls a rfc function module, it connects and passes some data, but not all data to the rfc.
    any help would be appreciated.
    thanks.

  • Issues upgrading from 7.5.1 to 10gR3

    We are having issues upgrading from Content Server 7.5.1 to 10gR3 running a Sql Server 2005 back end (based on Windows Server 2003).
    We run through the upgrade process (which completes with warnings), but when we try to start the Content Server, we get the following error:
    ( 0%) Changing lengths of fields in table 'DocFormats'...
    system 01.17 12:17:42.738 main When asking the database
    for a list of tables, we got no tables back (internal)
    01.17 12:17:42.753 main !
    csUnableToLocateDatabaseTable,DocFormats-exception stack
    intradoc.data.DataException: !
    csUnableToLocateDatabaseTable,DocFormats
    <snip>
    Unable to locate table 'DocFormats' in database.
    We are looking for advice from anyone who has been through this upgrade (in the same type of environment), or who have encountered this error or anything like it. The error appears to indicate a database access issue, but we have profiled the upgrade and startup, and have proved that the processes are reaching the database. We
    have also tried the install against clean and complex installs, and have tried both JDTS and Microsoft drivers without success (same error).
    We have spent many days on this, and have been working with Oracle support, but are starting to worry about how realistic the upgrade is.
    Cheers,
    Dave T

    Oracle support suggested I execute an "exec sp_changeobjectowner 'DocFormats','<SchemaName>" command against the database.
    I did this for the DocFormats table only.
    When I tried to start the instance, the error message stated the DocFormats table was now missing.
    Inside the database, the table 'Stellent.DocFormats' was visible through SQL Server management.
    I then created a copy of this table as 'dbo.DocFormats' (as it was originally), and tried starting the process again (with the config.cfg variables you suggested).
    It turns out the upgrade process can now see the DocFormats table and upgrade it successfully (The dformat column is now showing as varchar(80) ).
    The startup process now fails at the very next table in the upgrade list (see output below).
    Sounds like a database owner/permissions issue.
    Any ideas from anyone with SQL Server experience?
    Output from \bin\idcserver.exe -console -debug:
    11:05:30.006     main     SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='MetaFieldLengthUpdateV8'
    systemdatabase     01.18 11:05:30.006     main     1.79 ms. SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='MetaFieldLengthUpdateV8'[Executed. Returned row(s): false]
    systemdatabase     01.18 11:05:30.006     main     SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='FormatFieldLengthUpdateV8'
    systemdatabase     01.18 11:05:30.006     main     2.56 ms. SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='FormatFieldLengthUpdateV8'[Executed. Returned row(s): false]
    ( 0%) Changing lengths of fields in table 'DocFormats'...
    systemdatabase     01.18 11:05:30.022     main     getColumns DocFormats
    systemdatabase     01.18 11:05:30.022     main     1.66 ms. getColumns DocFormats[Retrieved 3 columns.]
    systemdatabase     01.18 11:05:30.084     main     Table list: DocFormats
    systemdatabase     01.18 11:05:30.084     main     SELECT * FROM DocFormats
    systemdatabase     01.18 11:05:30.084     main     2.83 ms. SELECT * FROM DocFormats[Executed. Returned row(s): true]
    systemdatabase     01.18 11:05:30.100     main     Delete DocFormats
    systemdatabase     01.18 11:05:30.116     main     drop table DocFormats
    systemdatabase     01.18 11:05:30.256     main     148 ms. Delete DocFormats[Executed]
    systemdatabase     01.18 11:05:30.256     main     Connection with id of 'main.1' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     release pool connection
    systemdatabase     01.18 11:05:30.256     main     assigning connection
    systemdatabase     01.18 11:05:30.256     main     Connection with last id of <unassigned> is added to active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     Assigned connection to this thread, took 0.49 ms.
    systemdatabase     01.18 11:05:30.256     main     Preparing connection for use, id initialized as main.2
    systemdatabase     01.18 11:05:30.256     main     dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL|PK_DocFormats| PRIMARY KEY (dFormat)
    systemdatabase     01.18 11:05:30.256     main     CREATE TABLE DocFormats (dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL, CONSTRAINT PK_DocFormats PRIMARY KEY (dFormat))
    systemdatabase     01.18 11:05:30.256     main     7.25 ms. dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL|PK_DocFormats| PRIMARY KEY (dFormat)[Executed.]
    systemdatabase     01.18 11:05:30.256     main     Connection with id of 'main.2' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     release pool connection
    systemdatabase     01.18 11:05:30.256     main     assigning connection
    systemdatabase     01.18 11:05:30.256     main     Connection with last id of <unassigned> is added to active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.272     main     Assigned connection to this thread, took 2412 ns.
    systemdatabase     01.18 11:05:30.272     main     Preparing connection for use, id initialized as main.3
    systemdatabase     01.18 11:05:30.272     main     SELECT * FROM DocFormats
    systemdatabase     01.18 11:05:30.288     main     4.26 ms. SELECT * FROM DocFormats[Executed. Returned row(s): false]
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/msword', 'PassThru', 'apMicrosoftWordDesc')
    systemdatabase     01.18 11:05:30.288     main     2.93 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/msword', 'PassThru', 'apMicrosoftWordDesc')[Executed. 1 rows affected.]
    ( 0%) Importing table 'DocFormats'...
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/pdf', 'PassThru', 'apPdfOptimization')
    systemdatabase     01.18 11:05:30.288     main     1.87 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/pdf', 'PassThru', 'apPdfOptimization')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/rtf', 'PassThru', 'apRtfDesc')
    systemdatabase     01.18 11:05:30.303     main     2.06 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/rtf', 'PassThru', 'apRtfDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-excel', 'PassThru', 'apMicrosoftExcelDesc')
    systemdatabase     01.18 11:05:30.303     main     1.70 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-excel', 'PassThru', 'apMicrosoftExcelDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-powerpoint', 'PassThru', 'apMicrosoftPowerPointDesc')
    systemdatabase     01.18 11:05:30.303     main     1.69 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-powerpoint', 'PassThru', 'apMicrosoftPowerPointDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-project', 'PassThru', 'apMicrosoftProjectDesc')
    systemdatabase     01.18 11:05:30.303     main     1.53 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-project', 'PassThru', 'apMicrosoftProjectDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.visio', 'PassThru', 'apVisioDesc')
    systemdatabase     01.18 11:05:30.303     main     1.63 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.visio', 'PassThru', 'apVisioDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/wordperfect', 'PASSTHRU', 'apWordPerfectDesc')
    systemdatabase     01.18 11:05:30.303     main     1.98 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/wordperfect', 'PASSTHRU', 'apWordPerfectDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/write', 'PassThru', 'apMicrosoftWriteDesc')
    systemdatabase     01.18 11:05:30.319     main     4.89 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/write', 'PassThru', 'apMicrosoftWriteDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('image/graphic', 'ImageThumbnail', 'apThumbnailsDesc')
    systemdatabase     01.18 11:05:30.319     main     2.12 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('image/graphic', 'ImageThumbnail', 'apThumbnailsDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/html', 'PassThru', 'Hyperlink text document')
    systemdatabase     01.18 11:05:30.319     main     1.84 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/html', 'PassThru', 'Hyperlink text document')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/plain', 'PassThru', 'Text file')
    systemdatabase     01.18 11:05:30.319     main     1.66 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/plain', 'PassThru', 'Text file')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/postscript', 'Distiller', 'apDistillerDesc')
    systemdatabase     01.18 11:05:30.319     main     1.60 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/postscript', 'Distiller', 'apDistillerDesc')[Executed. 1 rows affected.]
    ( 17%) Changing lengths of fields in table 'ExtensionFormatMap'...
    systemdatabase     01.18 11:05:30.319     main     Alter ExtensionFormatMap
    systemdatabase     01.18 11:05:30.335     main     !csDbUnableToPerformAction_alter,\!csDbTableMissing
    (internal)     01.18 11:05:30.335     main     setExceptionCause threw: null
    systemdatabase     01.18 11:05:30.335     main     15 ms. Alter ExtensionFormatMap[!csDbTableMissing]
    systemdatabase     01.18 11:05:30.335     main     Connection with id of 'main.3' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.335     main     release pool connection
    (internal)     01.18 11:05:30.350     main     !csDbUnableToPerformAction_alter,\!csDbTableMissing-exception stack
    intradoc.data.DataException: !csDbUnableToPerformAction_alter,\!csDbTableMissing
         at intradoc.jdbc.JdbcWorkspace.alterTable(Unknown Source)
         at intradoc.server.IdcExtendedLoader.changeFieldLength(Unknown Source)
         at intradoc.server.IdcExtendedLoader.expandFormatFieldLengthsV8(Unknown Source)
         at intradoc.server.IdcExtendedLoader.extraBeforeCacheLoadInit(Unknown Source)
         at intradoc.server.IdcSystemLoader.loadCaches(Unknown Source)
         at intradoc.server.IdcServerManager.init(Unknown Source)
         at IdcServer.init(Unknown Source)
         at IdcServer.main(Unknown Source)
    Caused by: java.sql.SQLException: !csDbTableMissing
         ... 8 more
    Unable to alter table '!csDbTableMissing'.

  • Pls have been having issues upgrading to the os 10.9. downloads encounter error when it gets to 955mb and starts over again-.suggestions pls?

    pls have been having issues upgrading to the os 10.9. downloads encounter error when it gets to 955mb and starts over again….suggestions pls?

    http://www.apple.com/support/mac/app-store/contact/

  • ISSU upgrade of Nexus 9508 impact on OSPF or HSRP?

    It is my understanding that if you have dual supervisors, performing a software upgrade using the "software install" command will perform an ISSU upgrade and will be hitless to the dataplane.  My question is, what happens to the control plane such as OSPF adjacencies and HSRP during the upgrade?  For instance, if I perform this upgrade on the HSRP active switch, will there be a failover to my HSRP standby switch?  What will happen to my OSPF adjacencies?
    Thank you in advance!

    First of all ISSU is not yet supported on 9500 switches.
    During the ISSU, all you protocol adjacency remains intact and works in conjunction with NSF/NSR capabilities of routing protocols which is enabled by default.

  • Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Welcome to Apple Support Communities
    Most of the applications compatible with Lion are also compatible with Mountain Lion, so you shouldn't have any problem. Mountain Lion supports the latest update for Parallels 7 and 8, so if you haven't got one of these versions, you should upgrade it before upgrading Mac OS X. That application uses extensions, so it may cause kernel panics

  • Issues Upgrading to 10.8.3

    Has anybody else had issues upgrading to 10.8.3 where it seems as if their are some kind of memory leek going on!!? When I use Safari or Launchpad its as if my system has crashed and I then get thick lines scrolling down the screen, I have updated this software on a late 2008 iMac. The update however works fine on my 2010 Macbook Pro apart from some slight speed issues.

    I tried the 10.8.3 update on my 2012 MacBook Pro three times and it returned an error each time saying my computer restarted due to an "internal error" and I was back to the previous version of Mountain Lion. I have read a number of blogs and it eems as if this latest update from Apple is a total disaster with problems manifesting in different ways on different machines?

  • Any issues upgrading to Maverick from OS 10.6.8 on a MacBook?

    Any issues upgrading to Maverick from OS 10.6.8 on a MacBook?

    Model Name:          MacBook
      Model Identifier:          MacBook5,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2 GHz

  • After upgrade from snow leopard to lion, where is application front row?

    After upgrade from snow leopard to lion, where is application front row? i realize it when to use my remote. any one knows about this matter?

    OK - Fixed it. 
    Turns out the cure is to use the Webcal Interface to re-create the delegations.  A bit tedious, but doing this presumably forces a rewrite of the file that previously cannot be accessed.  Means you need to set up the delegation again for each account - but this at least is an improvement over not being able to do anything at all.
    Once fixed, delegation works just fine.
    Hope this helps someone else solve the issue etc.

  • HT204655 I upgraded to OS X and now my iPhoto application is gone

    I recently upgraded to OS X (Yosemite) and my iPhoto application/library is gone.  When I click on "application", I get a message that says I have to download the latest version for free from the Mac App Store, but when I go there, it says that the item requested is not currently available in the US store.  How can I retrieve my photos?

    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • Issues with portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    >
    sridhar vadaga wrote:
    > Hi Experts,
    >
    >
    > CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
    >   EXPORTING
    >     text           = url
    >  IMPORTING
    >    BUFFER         = content .
    >
    >
    > Thanks & Regards
    > Sridhar
    I think you are overestimating the power of the SCM_STRING_TO_XSTRING function module.  By supplying a URL as the value of the input text, it isn't going to magically go read the content from the remote location and convert that to a binary string.  It is going to take whatever value you supply in th importing TEXT parameter convert that to binary.  In other words it is literally converting the string http://xxx/test.xls to binary.  You will need some other mechanism to read the content from the remote location into ABAP memory before you can process it.  You will need to use the CL_HTTP_CLIENT class or call some sort of web service to retrive the content.

  • Issues witn portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    Hi,
    Use a Transparaent container (TCO) inside it use the tabstrip and make it as matrixheader as per rootUI.
    You can also set the layout for TCO as matrix and do the necessary changes.
    Regards,
    Lekha.

  • Can you upgrade an ActiveX without breaking an existing LabVIEW application?

    Suppose you have a LabVIEW application that uses an ActiveX version 1.0.
    At some later time you get an upgrade of the ActiveX or simply install another application that uses and distribute a newer version of the same ActiveX  ( version 2.0 which support the same basic interface ) From what I experieced so far, upgrading the ActiveX will prevent the LabVIEW application from running unless the developper of the application goes in its LabVIEW project, upgrade the control within project/panels, recompile and distribute another copy of the application.
    Is LabVIEW using manifest ? What is actually preventing the existing LabVIEW  from running? Are there some type of MANIFEST embedded?

    Hi Rastikan,
    LabVIEW does use Manifest while registering ActiveX applications. Access to the Manifest file can let you alter access privileges for ActiveX assembly. You can find more information on using and editing the Manifest file in this post. Also have a look at this knowledgebase article--although it talks about LabVIEW 8.2, it contains information on Manifest files. Hope this helps.
    Ipshita C.
    National Instruments
    Applications Engineer

Maybe you are looking for

  • Mainstage 2 - MUCH worse CPU usage!

    On my MBP, the same settings same project was hovering around 75% cpu with Mainstage 1, now Mainstage 2 is MAXED. Had to lower sample rate AND increase buffer to make it useable. This is unacceptable! Have noticed a few bugs fixed, and some great fea

  • Validity period in catalog

    Hai, In CSV file I currently use the User Defined Characteristic ValPeriod with Component StartDate and EndDate, Both use Basic Type Code TimeStamp and when uploading the process was successful. How to make use of both characteristics as the validity

  • FSG Row set Definition

    Hi , In FSG Report Row set Definition, we have assigned the one parent account and choose expand for the Natural account . But the requirement is to fetch from multiple set of books , so we copied the same account assignment and assigned different se

  • DVDSP run under Leopard?

    Hi! I've been combing eBay for a copy of FCS or FCS2 and been researching how DVDSP 3 or 4 runs under Leopard before I purchase.  Unfortunately I see a lot of folks that have had issues running DVDSP 3 or 4 (FCS or FCS 2) under Leopard. Essentially,

  • Apple TV - Authorizing hanging on rental

    I've been having a problem with my Apple TV 3 in the last few days. I'm trying to play a paid for rented movie and it hangs at the 'Authorizing' point when trying to play back the movie. I've not been able to watch any rented movies. I've checked my