OEID issues in upgradation from 3.0 to 3.1

  Hi All,
I am trying to upgrade to Endeca 3.1 from Endeca 3.0 but I am facing below issues.
When I am trying to run install.sh for integrator ETL with eclipse-java-indigo-SR2-linux-gtk-x86_64.tar.gz  I am facing below issue:
[abindal@indl72020 EID_3.1.0_IntegratorETL]$ ./install.sh
The installation process requires stable internet connection.
Default IntegratorETL installation directory: /home/abindal/Oracle/Endeca/
ery/3.1.0/IntegratorETL
Do you want to use the default directory (Y/N)?Y
The target directory you specified already exists. Do you want to overwrit
Y/N, Y to overwrite it, N to specify another directory)? Y
Enter the full path of Eclipse package file: /scratch/abindal/eclipse/ecli
va-indigo-SR2-linux-gtk-x86_64.tar.gz
Extracting Eclipse ...
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Installation failed. Extracting Eclipse package file failed.
When I am trying to run install.sh for integrator ETL with eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz  I am facing below issue:
[abindal@indl72020 EID_3.1.0_IntegratorETL]$ ./install.sh
The installation process requires stable internet connection.
Default IntegratorETL installation directory: /home/abindal/Oracle/Endeca/Discovery/3.1.0/IntegratorETL
Do you want to use the default directory (Y/N)?Y
The target directory you specified already exists. Do you want to overwrite it (Y/N, Y to overwrite it, N to specify another directory)? Y
Enter the full path of Eclipse package file: /scratch/abindal/eclipse/eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz
Extracting Eclipse ...
Installing Integrator ETL plugins to Eclipse, the process will take several minutes ...
RSE plugin installation failed. Please check your internet connection.
I looked at the configuration file and it has below lines:
!SESSION Tue Nov 12 23:36:33 IST 2013 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2013-11-12 23:36:33.360
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
     at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Is it that the eclipse file which I am using is not correct or am I missing something?
Regarding the adf patch application I downloaded the adf patch p17509664_111160_Generic.zip and with the help of read me I am not able to apply the patch.I even downloaded p6880880_112000_Linux-x86-64.zip for OPatch but still I am not able to apply.Do we have some doc where we have detailed steps on how to apply this patch.Is it necessary to apply this patch or even if the patch is not applied its ok.
Thanks in Advance.

Mr Frank
If i follow your's intructions i got the next:
opatch' is not recognized as an internal or external command, operable program or batch file.
So, i do it like this...
1. Upack the p17509664_111160_Generic.zip file in "C:\Oracle\Middleware\oracle_common\OPatch.
The unpacking  produce: C:\Oracle\Middleware\oracle_common\OPatch\17509664
2. Shut down WebLogic Server. (It was down)
3. Open a command prompt in admin mode. On Windows, you must run in admin mode because OPatch will admin rights to several directories to lock and create files. (OK)
4. NOT
5.. CD to the directory where the patch was unpacked:  cd C:\Oracle\Middleware\oracle_common\OPatch
6..Run OPatch with the "apply" parameter and the -oh flag pointing to the ADF home directory & -oh pointing to the jdj
...I use this...
opatch.bat apply 17509664 -oh C:\Oracle\Middleware\oracle_common -jre C:\Java\jrockit-jdk1.6.0_45-R28.2.7-4.
1.0
  As a result:
Oracle Home       : C:\Oracle\Middleware\oracle_common
Central Inventory : C:\Program Files\Oracle\Inventory
from           : n/a
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : C:\Oracle\Middleware\oracle_common\cfgtoollogs\opatch\17509664_Nov_22_2013_09_45_36\apply2013-11-22_09-45-36AM_1.log
OPatch detects the Middleware Home as "C:\Oracle\Middleware"
Applying interim patch '17509664' to OH 'C:\Oracle\Middleware\oracle_common'
Verifying environment and performing prerequisite checks...
OPatch system modification phase did not start:
Patch "17509664" is not needed since it has no fixes for this Oracle Home. Please see log file for details.
Log file location: C:\Oracle\Middleware\oracle_common\cfgtoollogs\opatch\17509664_Nov_22_2013_09_45_36\apply2013-11-22_09-45-36AM_1.log
OPatch stopped on request.
Where it will be the right Home for this patch for no getting the ---> Patch "17509664" is not needed since it has no fixes for this Oracle Home. Please see log file for details.
Thanks
EBrauerP

Similar Messages

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • Stability issues after upgrade from 5 to 6.1?

    Dear all,
    my client plans to upgrade from WLS 5 to 6.1 soon. The application is
    an intranet portal with Epicentric and Vignette used as additional
    products.
    However, some voices say that 6.1 has stability issues. Well, these
    statements are rumours and lack any proof or even anecdotal evidence I
    have heard of, and therefore it is very difficult to respond
    appropriately.
    Having said this, my questions are:
    - Did any of you have stability issues after upgrading from 5 to 6.1
    on Solaris?
    - If yes, what were they and how did you solve them (e.g. upgrade to
    SP 5)?
    - In 1-2 sentences, what is the context of the application?
    My goal is to present a evidence that the romoured stability issues
    don't exist or/and a list of meastures to avoid/solve them, if any.
    Many thanks in advance
    Andreas

    "Andreas Raab" <[email protected]> wrote in message news:[email protected]..
    my client plans to upgrade from WLS 5 to 6.1 soon. The application is
    an intranet portal with Epicentric and Vignette used as additional
    products.
    However, some voices say that 6.1 has stability issues. Well, these
    statements are rumours and lack any proof or even anecdotal evidence I
    have heard of, and therefore it is very difficult to respond
    appropriately.
    Having said this, my questions are:
    - Did any of you have stability issues after upgrading from 5 to 6.1
    on Solaris?
    - If yes, what were they and how did you solve them (e.g. upgrade to
    SP 5)?
    - In 1-2 sentences, what is the context of the application?
    My goal is to present a evidence that the romoured stability issues
    don't exist or/and a list of meastures to avoid/solve them, if any.Hi Andreas,
    Normally proving that rumors are true is a responcibility of
    rumors suppliers. Reverse does sound to me like a joke.
    Regards,
    Slava Imeshev
    P.S. Current weblogic 6.1 is a stable product.

  • Stability issues after upgrading from OS 10.2.6 to OS 10.2.8

    Hey to all the Mac experts,
    I'm new to the Macs. I recently purchased a 2nd hand Power Mac G3 Beige Desktop for really cheap to learn and get a better understanding of Macs. It currently has 256 mb ram, G3 300 mhz cpu, 10 gig WD HD, 4.7 gig Mac DVD drive, 10 mb NIC, floppy, original mouse and keyboard, an USB add-on card, and video port adapter to use with SVGA monitors. It came with Mac OS 10.2 Jaguar loaded on and cd's. From the info, this older unit can't support or run 10.3 or 10.4. So, I'm fine with 10.2.
    My main concern is issues when I use the Software update feature and upgraded from 10.2.6 to 10.2.8. This MAC should run 10.2.8 according to the specs. After the update and restart, I sometimes get a blank screen, or can't move the mouse, lockups and random keyboard issues. I ended up reinstalling from scratch with just cds. I didn't load any 3rd party software. I reran the software update feature again. Same thing as before. After erasing and reloading a 2nd time. I only did the updates for everything but up to 10.2.8. I searched the apple site and downloaded the updates from 10.2.0 to 10.2.6. So, no problem with that. The only 3rd party software currently installed is Firefox 1.5 and adobe reader 6.01 plus all software updates for Quicktime, Safari, etc.
    Now my question is, what is the reason why it can't properly run version 10.2.8? Is there a workaround or solution to this problem? I know I could get by with 10.2.6, but what's the point when it should load and run 10.2.8 according to the specs here?
    http://docs.info.apple.com/article.html?artnum=43124
    Thanks in advance for any info.
    PS> I read about sometimes Macs need a firmware update to properly run Mac OS 10. So, this is the only firmware I found for this MAC and it turns out I don't need it.
    http://docs.info.apple.com/article.html?artnum=25176
    Mac G3 Beige Desktop   Mac OS X (10.2.x)   256 mb ram, 10 gig hd, 300 mhz

    Hi macsoprano,
    Hello
    First of all, welcome to the Apple discussions.
    I don't think that this is a Firmware issue.
    Download the combo updater via this link: Combo Updater
    Don't forget repair permissions before and after the update
    Disk Repair Permissions
    * Good luck ...
    Dimaxum

  • Issues after Upgrade from Oracle 10.1.0.5 to 10.2.0.5 in Windows Server2003

    Good Morning Good People,
    I have run in to some issues after upgrading my 10.1.0.5 database to 10.2.0.5. Initially after the firtst upgrade from 10.1.0.5 to 10.2.0.0 one has to run Critical Patch set 4 to get to 10.2.0.5. Well after initial up grade everything worked fine. I could connect to the database from within the server as well as remotely through SQL*PLUS client. However, after completeing the patch I'm still able to connect to the database from within the server, but remotely i get the following error:
    ORA-12514 : TNS Listener does not currently know of service requested in connect descriptor.
    I also get Error ORA-12505: TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: (description=(address=(host=mcquery2)(protocol=tcp)(port=1521))(connect_data=(sid=mcquery)(server=dedicated)))
    I've tried serval different things to trouble shoot the issue but nothing seems to work.
    If anyone has run into s similar issue please help. This is ruining my weekend! LOL!
    Edited by: user10835577 on Aug 29, 2010 9:15 AM

    From the client or the server?
    SERVER:
    tnsnames.ora:
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    FROM REMOTE SQLPLUS Client:
    tnsnames.ora
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Client_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cotsdot370.cotsdot.dom)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    Thanks,
    Malcolm
    Edited by: user10835577 on Aug 29, 2010 12:01 PM

  • Issues with upgrading from Acrobat 7 to Acrobat 8

    Hi,
    I need to purchase Acrobat 8 for a new writer. Currently, we are not planning on upgrading from Acroabt 7 to Acrobat 8 for 15-20 writers. Are there issues that I should be aware of--problems opening files distilled in 7, and vice-versa.
    Thanks,
    Emelda Ben Shoshan

    Not really, but it will depend on what kind of pdf files you produce and if you use any standards for pdf conversion.
    The main thing to look out for would be for the write with version 8 to make sure he doesn't produce 1.7 pdf files, as these will throw up a warning in earlier versions of Acrobat.

  • Issue in upgrading from Fatwire 7.6 to web center sites 1.1.1.6

    Patch upgrade from Fatwire 7.6 to Web Center sites 1.1.1.6 is failing while importing catalog elements. The database ping and csLogin test is successfully completed at 75 % of the installation. After that below mentioned exception is coming in logs which is causing installation failure. Please provide your valuable pointers to troubleshoot this issue.
    Access to  CATALOGDIRECTORY and ELEMENTDIRECTORY is verified. Both paths are correct with full access.
    PFB the logs.
    ===========================================================
    [2013-12-08 20:29:48.724][CS.INSTALL][INFO] CSSetupEngine.postURL:  PostURL success for http://devbox.corp.apple.com:12040/cs/HelloCS
    [2013-12-08 20:29:49.145][CS.INSTALL][INFO] CSSetupEngine.doPing:  Database Ping Successful.  
    [2013-12-08 20:30:10.411][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Testing user configuration and database connectivity.
    [2013-12-08 20:30:10.425][CS.INSTALL][INFO] CSSetupEngine.postURL:  PostURL success for http://devbox.corp.apple.com:12040/cs/HelloCS
    [2013-12-08 20:30:10.433][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction: 
    Web Server and Application Server Configuration test finished successfully.
    [2013-12-08 20:30:10.442][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Attempting to Ping the Database.
    [2013-12-08 20:30:10.462][CS.INSTALL][INFO] CSSetupEngine.doPing:  Database Ping Successful.  
    [2013-12-08 20:30:10.473][CS.INSTALL][INFO] CSSetupEngine.Initialization:  Testing user configuration and creating/verifying user tables.
    [2013-12-08 20:30:10.475][CS.INSTALL][INFO] CSSetupEngine.initReinitAction: 
    ContentServer Database Initialization beginning...
    [2013-12-08 20:30:11.041][CS.INSTALL][INFO] CSSetupEngine.initReinitAction: ContentServer Database Initialization Completed Successfully.
    [2013-12-08 20:30:13.374][CS.INSTALL][INFO] ActionHandler.ExecuteCommand:  ExecuteCommand success for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=SETJSPROOT&USERNAME=fwadmin&PASSWORD=<hidden password value>
    [2013-12-08 20:30:13.472][CS.INSTALL][INFO] ActionHandler.ExecuteCommand:  ExecuteCommand success for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=FLUSHPROPERTY&USERNAME=fwadmin&PASSWORD=<hidden password value>&propertyname=futuretense.ini
    [2013-12-08 20:30:13.532][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  ExecuteCommand failed for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=IMPORTCATALOG&USERNAME=fwadmin&PASSWORD=<hidden password value>&CATALOGDIRECTORY=%2Fnps%2Fapp%2Ffsnd%2Fcm%2Fcmsd%2FCRMBASE%2FScopes%2Fcms%2F11gR1archives%2FWCS_Sites_11%2FSites%2FContentServer%2FInstallation&ELEMENTDIRECTORY=%2Fnps%2Fapp%2Ffsnd%2Fcm%2Fcmsd%2FCRMBASE%2FScopes%2Facms%2Fprdm_cs_shared%2F%2Felements
    The response that was received =
    HTTP/1.1 200 OK
    HOST_SERVICE: FutureTenseContentServer:11.1.1.6.1
    Date: Sun, 08 Dec 2013 20:30:13 GMT
    Transfer-Encoding: chunked
    Set-Cookie: JSESSIONID=CC6C6BB6AEA70CC05287299877843F52; Path=/cs
    Content-Type: text/html;charset=UTF-8
    Server: Apache-Coyote/1.1
    <html><head><title>Hello World!</title></head><body><b>Welcome to WebCenter Sites 11gR1!</b><br><br><font color='blue'>Oracle WebCenter Sites 11gR1 11.1.1.6.1<br>
    Copyright (c) 2012 Oracle and/or its affiliates. All Rights Reserved.<br>
    Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.<br>
    Copyright (c) 2001 - 2003 divine, inc. All Rights Reserved.<br>
    Copyright (c) 1999 - 2001 Open Market, Inc. All Rights Reserved.<br>
    Copyright (c) 1998 - 1999 FutureTense, Inc. All Rights Reserved.<br>
    <br>
    Oracle WebCenter Sites | Satellite Server 11.1.1.6.1  Build Date: Oct 23 2012 at 20:48:36 Build Number: 2371 Revision:152889<br>
    Oracle WebCenter Sites 11gR1 11.1.1.6.1<br>
    Copyright (c) 2012 Oracle and/or its affiliates. All Rights Reserved.<br>
    Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.<br>
    Copyright (c) 2001 - 2003 divine, inc. All Rights Reserved.<br>
    Copyright (c) 1999 - 2001 Open Market, Inc. All Rights Reserved.<br>
    Copyright (c) 1998 - 1999 FutureTense, Inc. All Rights Reserved.<br>
    <br>
    Oracle WebCenter Sites 11.1.1.6.1  Build Date: Oct 23 2012 at 20:48:36 Build Number: 2371 Revision:152889<br>
    </font><hr>Sun Dec 08 20:30:13 GMT+00:00 2013<br><br> View source to see embedded status<br><br></p>Result :
    <!--FTCS|||result=failure|||reason=failure|||err=0|||command=ExecutingCommand|||params=Error=java.lang.NullPointerException|||--></body></html>
    [2013-12-08 20:30:13.548][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  Error Importing Installation Elements
    [2013-12-08 20:30:13.585][CS.INSTALL][ERROR] Worker.run.
    Install failed.               
    Please check log file.                         
    Click Yes to modify your install choices     
    and re-try install.                            
    Click No to terminate application.
    =====================
    Thanks,
    Anil

    May be it is expecting wlserver_10.3 directory.
    Can you try giving a link to one directory above wlserver_10.3 OR the complete path to wlserver_10.3 directory.
    One of this should make the upgrade successful.
    Arun

  • Sorting issue after upgrade from 9i to 10g

    Dear all,
    It is found that the sorting behavior is different after upgrade from 9i to 10g.
    In 9i, even if the SQL statement does not specify the ORDER BY clause, the sorting order is consistent for a particular SQL statement and most likely the sequence follows the searched key fields' order.
    After upgrade to 10g, the query output could vary as long as the SQL statement does not specify the ORDER BY clause.
    Is it due to the Reverse Docid Sorting issue? How can I troubleshoot this issue?
    Thanks for your help,
    M.T.

    903714 wrote:
    Dear all,
    It is found that the sorting behavior is different after upgrade from 9i to 10g.
    In 9i, even if the SQL statement does not specify the ORDER BY clause, the sorting order is consistent for a particular SQL statement and most likely the sequence follows the searched key fields' order.
    After upgrade to 10g, the query output could vary as long as the SQL statement does not specify the ORDER BY clause.
    Is it due to the Reverse Docid Sorting issue? How can I troubleshoot this issue?
    Thanks for your help,
    M.T. This is expected behavior in 10g. Oracle will not order the dataset for you unless and until you explicitly specify it.
    So without using order by clause in 10g, oracle doesn't guarantee that rows will be ordered.
    To go back to old behavior like 9i, you can set a workaround by
    alter session set "_newsort_enabled"=false;
    Also see MOS - Order Of Data Retrieval Differs after upgrading 9i To 10g [ID 456707.1]

  • Fund Management - Issues in Upgrade from 4.6C to ECC6

    Hello,
    We are upgrading SAP Application for a client who is on 4.6C to ECC6. The client is currently using Funds Management in 4.6C. With ECC6 I understand that this functionality is moved into Public Sector and is available only on activation of IS-PS Extension Set.
    The question I have is that does this activation impact any other business processes or is just a technical activation.
    What I mean is that if I activate this extension set does the system start doing things differently and needs specific data related to Public Sector which the business users will be required to be entered while doing transactions OR the activation will not impact business processes as such and would work as earlier with Funds management active. (except where there was a change in the functionality between 4.6C to ECC6)
    I would like to know the risks, if any involved in upgrading Funds Management from 4.6C to ECC6.
    Please reply and let me know any question to get more clarity on the issue.
    Best Regards
    Kuldeep

    Hi Kuldeep,
    There are several main issues that have to be addresses when upgrading from 4.6 to ECC6. The main ones are:
    1 - Derivations. The object are no longer connected through tables or master data entries (you may have a table that links Cost Centers to Funds Centers for example). These assignments are now maintained through a flexible derivation tool. These derivation rules have to be maintaind, or the posting addresses will have no FM values and you will not be able to post any documents.
    2 - Inventory purchases. The inventory purchases scenarios are no longer maintained through the customization (you can no longer choose one of the 4 inventory scenarios, and there's no warehouse Funds Center). These are all maintained through derivations.
    3 - BCS. There's a new budgeting and AVC tool called "Budget Control System" (BCS). You can either activate it, or keep working with the old budgeting (called "former" in the customization). The new BCS affords flexibility in budgeting and AVC, including several AVC ledgers.
    More data regarding migrations can be found in documentation. If you want, I can send you the PDF document.
    Best regards,
    Shahaf Yaari
    [email protected]

  • EVDRE Access Issue Post Upgrade from BPC 5.1 SP3 to BPC 7.0 SP6

    Greetings,
    Recently upgraded from BPC 5.1SP3 to BPC 7.0 SP6.  Experiencing some strange behavior regarding the ability to send data to BPC from an EVDRE.  Both users are part of the same secuity team, thus have the same security in both versions.  However, one is able to send data to BPC 7.0 SP6 for a specific input template while the other recieves a message "There is no data to refresh."    This message is not encountered in BPC 5.1 SP3.
    The strange thing is that the user who receives the "there is no data to refresh" is able to rebuild the input template ad hoc and send data to BPC
    I have reviewed security, cleared the cache on the user's machine.  I had the user with this issue log onto the app server; she encountered the same behavior regarding this template.  Also tested a seperate input template in another application, this issue did not occurr.
    Any ideas would be greatly appreciated.
    Regards,
    Greg Lakin

    Hi, n
       From your description it looks like the problem si more related to that specific user. Please try to reprocess the security for that user. Then go on file server and go into <appset>/<application>/<private publication>/<user name> and delete appinfo.zip.
       Other idea can be related to the excel cache, but I don;t know why is not working for this specific user. You can try to save it in a new template as Patrick indicated.
    You can try also clear local application information from admin client or try from other machine using the same client.
    Hope this can hekp you,
    Mihaela

  • POE Issues After Upgrade from 7.0.240 to 7.6.100

    We have a 5508 that has just been upgraded from 7.0.240 to 7.6.100 with many 1142's, 3502's, etc. Our wired network is HP 5406zl's POE on every port and plenty of power available for POE.
    As soon as we upgraded our 1142's to 7.6.100 we started getting poe faults on several switchports. The trap indicates an over-current error and the AP will not power up. I can move that same AP to another switch port and some times that will work. If I reboot the switch the faults may clear on those ports, but will reappear on other ports. It is not always the same APs, and not always the same switch ports.
    I have tried downgrading back to 7.0 and the errors clear. Obviously I want to be running the newer code for the bug fixes and features. TAC has not given this case any time yet.
    The switches report more than enough power being available still on the ports.  I can see the ports try to come up, and most of the times the AP will start to power up and come up at 8 watts as it boots, and as soon as the AP is ready to go and starts powering the radios it enters the fault state.
    The APs all run in local mode, and I have tried enabling "Pre-standard 802.3af switches. "
    Does anyone have any ideas? Something must have changed in the way power is drawn or negotiated.

    HI Glenn,
    Go for 7.4.121.0 (7.4MR2) version & see if this issue is there ? If not then it may be a bug/issue specific to this latest code. Here is the release notes for this code
    http://www.cisco.com/en/US/docs/wireless/controller/release/notes/crn74mr02.html
    Also makesure your WLC FUS also upgraded to 1.7.0.0. See below & keep note this will take 30-40min downtime to your wireless.
    http://www.cisco.com/en/US/docs/wireless/controller/release/notes/fus_rn_1_7_0_0.html
    The version I have given is the one most people including TAC would recommend
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • Major issues after upgrading from XP to Vista on Qosmio F20

    I have recently upgraded from XP to Vista on my Qosmio F20 and have issues. It appears I have lost the ability to change screen resolutions, adjust the volume , brightness etc. Basically I have lost the functions of the laptop. I have also tried updating the BIOS but get the following error message "BiOS updated is not supported OS - Unsupported OS or service pack installed.
    This is also making the machine very slow.

    Do you have some questions now, or you wrote just a report about your Vista experience on Qosmio F20?
    The fact is that Toshiba does not support Vista on this notebook model and because of that you will never have full operating Vista (including Toshiba tools and utilities). For supported notebooks Toshiba has offered special Vista supporting BIOS but for your notebook such BIOS update does not exist.
    Sorry! :(

  • Bluetooth issue after upgrading from windows 8.1 to windows 10

    i upgraded from windows 8.1 to windows 10 , The experience was really nice and windows 10 work beautifully of my system. But the only thing is i am not able to find Bluetooth in my system. May be some driver issue. I have troubleshooted many times but the problem as not been solved . So any one can please help me on this. 

    On Sun, 1 Feb 2015 10:34:40 +0000, Field Commander A9 wrote:
    In-place upgrading from Windows 8.1 to Windows 10 will cause all desktop internet browsers to be unable to open any non-local web pages. You'll have to use netsh to reset the winsock stack to fix this.
    Not necessarily. I've upgraded several systems here, ranging from tablets
    to laptops to virtual machines with a combination of IE, Chrome, and
    FireFox and I've not experienced this on a single system. Also, your post
    is the first time I've seen this issue reported in the forums.
    Paul Adare - FIM CM MVP
    The problem with the gene pool is that there is no lifeguard. -- BSD
    fortune
    Nah, the problem is that it doesn't have enough chlorine. -- Lionel in ASR
    It also lacks an undertow for the weak ones. -- Joe Creighton in ASR

  • Abap issues when upgrading from 4.7 to ecc6.0

    hello All,
    I am posting this question with intention of general issues we face that are abap related when upgrade from 4.7 to ECC6.0,
    do the programs ahve to be adjusted, if sumone cud also throw some light on what is unicode and wat role does it play in the upgrade,
    some specific examples wud be appreciated
    thanks,
    RS

    hi,
    Go through this
    Unicode is an international standard that assigns characters from virtually every
    language and script a unique Unicode Scalar Value, which is a number written in
    hexadecimal notation.
         Character     Unicode Scalar Value     Unicode Character Name
         A      U+0041          LATIN CAPITAL LETTER A
         Ä     U+00C4          LATIN CAPITAL LETTER A WITH DIAERESIS
         α     U+03B1          GREEK SMALL LATTER ALPHA
    Implementing the Unicode standard enables a single software product or a single
    web site to be accessed across multiple platforms, languages, and countries without
    the need for re-engineering. It allows data to be transferred across many different
    SAP and non-SAP systems without corruption. To meet these requirements, the SAP
    Unicode team continues to promote Unicode-enabled SAP systems, aid their
    installation, and provide tools and full technical support for the smooth
    conversion of existing SAP non-Unicode systems to Unicode.

  • Tag issue when upgrading from PSE 7 to 11

    I've upgraded from PSE 7 to 11 and the tags for people, while there, do not appear in the "people" section fo PSE11. Any suggestions on how to get them all to show?

    In PSE11, people tags have been moved to People view, this view contains all people tags along with categories. In case you want to view them along with tags panel, it can be enabled through View->Show People in Tag panel.

Maybe you are looking for

  • Can't install apps in iPad mini using iTunes

    I have an iPad mini iOS 6.1.3. I download apps via iTunes. But when I try to transfer apps from my PC to my device(iPad mini), it doesn't work. I drag an app and place it in pad window in iTunes and iTunes shows the app in its pad window, but in my d

  • Error in webdynpro application

    Dear gurus. Im getting following error how to rectify it ? we don't have Basis guy so im also doing the basis stuff and im new in it . Error when processing your request What has happened? The URL http://sapr3dq:8000/sap/bc/webdynpro/sap/zsaptechnica

  • Error Occurred while saving the purchase order

    Dear Experts, While changing PO and Schedule Agreement using T.Code : ME22, ME32 we are facing below error message. Problem occurred While altering and saving the purchase order. Error message FGV004 - "SYST:date 00.00.0000 is not permitted" is gener

  • Save as PDF Page Formatting

    Hi All, I built a tool in Excel 2007 which allows the user to publish a formatted output to PDF.  To get around the fact that the excel pulls the printer metrics from the active printer, I had the tool load up the MODI printer and use its metrics so

  • Font weight has no effect in legend in flex 4

    Font weight,Font size has no effect in legend in line chart. Also i have trouble with date time axis.What should i do about it