Absolute Navigation fails in production

Hi,
Wbedynpro Navigation using absolute navigation fucntion module in abap webdynpro is not working in production. But working fine in Q. Any specific setting / authorization required for this navigation feature.
Please advice.

Hi,
I would agree with Manas - post in the portal forum for a faster and more comprehensive response.
However, to save me from answering your post there - have you checked the permissions of the iView/page/role that you are navigating to - it is likely that the user you are using in production does not have permissions because the permissions setting of the role/page/iView were not transported into the production portal. If they have the same permissions setting, check that the role mapping has been completed in the prod portal - does the user have the same portal roles in Prod as QA? Either of these missing could mean no permissions for the user to see the navigation target. This is the most common cause of the error you are experiencing.
Hope this helps,
Chris

Similar Messages

  • Webdynpro Absolute Navigation fails in production

    Hi,
    Wbedynpro Navigation using absolute navigation fucntion module in abap webdynpro is not working in production. But working fine in Q. Both source and target abap WD applications are available and separately tested in Prd.
    Any specific setting to be done for absolute navigation from one webdynpro application to another. I am getting Page not found error.
    Anything to do with portal settings?
    Any idea on this?

    Hi,
      I'm assuming you have created iView for the two webdynpro application and using absolute navigation to move from one application to another.
    Did you check if the user has proper permissions to access the iViews/ Pages related to the Webdynpro application.
    Regards,
    Pradeep
    Edited by: PRADEEPKUMAR SHETTY on Apr 22, 2010 4:32 PM

  • Problem with Absolute Navigation (External Window) and Light Framework Page

    Hi All,
    We are using Light Framework page for the portal devolopment. We have an application including two webdynpro iviews where absolute navigation is used to traverse from first iview to second iview (When user clicks a button on first iview). We are showing the second iview in external window (SHOW_EXTERNAL). When ever i clicks the button to traverse to second iview, i am getting an exception.
    When we are showing it in same window (SHOW_INPLACE), it is working fine. But the iview is appeared in half of the page with scrollbars. It is working fine with default framework page (with both options SHOW_INPLACE and SHOW_EXTERNAL) and dispalyed in original size as mentioned in iview properties.
    Could you please suggest us whether there is any work around for this.
    Thanks,
    Sudheer

    Hi Kathiresan
    I couldn't see the address bar of the window (In which second iview is getting displayed). But i can observe no parameters that i passed from first iview is visible in the view source of the second iview (When SHOW_EXTERNAL is used in absolute navigation). I could see all the parameters in the view source (when SHOW_INPLACE is used for absolute navigation). But i am using the same url for both the options (for SHOW_INPLACE and SHOW_EXTERNAL).
    I doubt about the url being passed when SHOW_EXTERNAL option is used. But when we checked in debug, The correct url is being triggered (Atleast from first iview). Is there any way that could display the second window with address bar. What is making difference  between SHOW_INPLACE and SHOW_EXTERNAL with absolute navigation and light framework page.
    Could someone please suggest.
    Thanks,
    Sudheer.

  • Absolute navigation issue

    Hi
    I am trying to go to the ESS main page using the following code in my WD ABAP application but it is not working.
    please help
            CALL FUNCTION 'HRXSS_SER_GETAREAGROUPLINK'
              EXPORTING
                areagroupkey         = 'Z_TC_SAPDEFAULTESS_ERP2005'
                portalcontext        = 'X'
                personnelnumber      = lv_empno
                countrygrouping      = lv_molga
              IMPORTING
                areagrouplink        = lv_arealink
              EXCEPTIONS
                areagroupkey_invalid = 1
                OTHERS               = 2.
            IF sy-subrc <> 0.
              MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                      WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            ENDIF.
    *Get portal manager reference
          l_api = wd_this->wd_get_api( ).
          l_portal_manager = l_api->get_portal_manager( ).
    *Absolute navigation started
          l_portal_manager->navigate_absolute(
          navigation_target = lv_arealink-linkpcdpage
          navigation_mode = if_wd_portal_integration=>co_show_inplace
          history_mode = if_wd_portal_integration=>co_no_duplicates
    All the variables used are filled correctly. PCD path appearing in v_arealink-linkpcdpage is trunckated but it is of string type. And I suppose it will be holding the full path though it is displaying only 255 characters of it.
    Thanks
    Vishal Kapoor

    closing

  • Absolute Navigation between WD4J and WD4A applications

    All,
    I have a WD4J and a WD4A application that communicate with each other via absolute navigation and URL parameter.  I am finding that in some cases after calling the WD4J from my WD4A (via call method lr_port_manager->navigate_absolute), that the WD4A seems to remain "alive" such that when the WD4J again calls the WD4A it resumes to the view from which it left rather than calling the window startup plug to obtain the URL parameter.
    This happens consistently for some users, but not others even though the same exact user roles are assigned and the same exact data is used.  Furthermore, I do not make use of any Suspend/Resume or Exit plugs w/in the Window.
    I appreciate any thoughts/help,
    Chad

    Hi All,
    I solved it by adding the encoded parameter string
    &_paramsXmlStr_=<Params><Row BANK_CTRY="US" MAX_ROW="10"></Row></Params>
    to iView URL in the WDPortalNavigation.navigateAbsolute. Find the code below.
    WDPortalNavigation.navigateAbsolute(
    "ROLES://portal_content/myFolder/myiViews/myVCiView?&_paramsXmlStr_=<Params><Row BANK_CTRY="US" MAX_ROW="10"></Row></Params>",
    WDPortalNavigationMode.SHOW_INPLACE,
    (String) null,
    (String) null,
    WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    (String) null,
    (String) null,
    I did not pass the parameters as Business parameters(WebDynpro will chage these Business parameters as DynamicParameter).
    Thanks
    Sreekanth

  • Absolute navigation using post parameters

    Hi All
    I am navigating from WD4A iview to WD4J iview through absolute navigation and passing some parameters.
    I am expecting that these parameters size might be large. Is there is any restriction on the size of the parameters that i can pass in these method.Can i use postparameters to  overcome this restriction on size. If i use postparameters is there any restrictions on that.
    Can someone please post some helpful info or code examples to work with post parameters (Retrieving the parameters in the receiving application). Is other any other work around apart from these options.
    Thanks,
    Karthik.

    Hi,
    Check the following Threads related with retrieval of Post parameters in WD:
    How to send data from Web dynpro App to JSP or vice versa
    Re: jsp and web dynpro
    Siddharth

  • Error: Navigate back to the same iView with Portal Absolute Navigation?

    Hi, SDN Fellows.
    When I tried to do a portal absolute navigation from and to the same iView, the iView before  an infinite loop that keep navigating by itself (the iView keep refreshing by itself non-stop).
    Here is the code that I used:
    My current URL, said: ROLES://portal_content/RoleA/WorksetA/PageA,
    then I called this method to navigate to itself:
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/RoleA/WorksetA/PageA"
    ,WDPortalNavigationMode.SHOW_INPLACE
    ,WDPortalNavigationHistoryMode.NO_DUPLICATIONS
    ,null);
    To make sure I have the right method, I changed the URL Target to, said: ROLES://portal_content/RoleA/WorksetA/PageB, then the navigation become fine and did navigate to PageB.
    Do any of you know what can be the problem?
    My optimal goal is to refresh the whole Web Dynpro application, by navigate to itself again. I used to implement this by using WDP Exit Plug and URL Navigation, but this does not work in the portal environment. So, I am thinking to use the portal navigation to do the same thing.
    Second question, do you have any other alternative way to refresh the whole Web Dynpro application without using Exit Plug?
    FYI:
    My current EP version is NW04s SP6.
    Thanks for advise.
    Kent

    Hi
    Use this code in ur action button event..
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/..............",WDPortalNavigationMode.SHOW_INPLACE,(String) null,(String) null,WDPortalNavigationHistoryMode.NO_HISTORY,(String) null,(String) null,(String) null,(String) null,true,false);
    It will open same view again..
    Do reward points if helpful
    Thanks
    Puneet

  • Q: OBIEE login error when navigating to "More Products"/BI Publisher

    We have both OBIEE 10.1.3.4 and BI Publisher installed in Linux environment. When I click on OBIEE dashboards/More Products/BI Publisher, I got the following error:
    ==========start of error msg=============
    Oracle BI Publisher Enterprise
    Reporting Login: Login failed: Please contact administrator for your username/password.
    Error Details
    Error Codes:
    ==========end of error msg=============
    I can log into BI Publisher directly without issue.
    I verified xml-server-config.xml, it appears to be fine:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <xmlpConfig xmlns="http://xmlns.oracle.com/oxp/xmlp">
    <property name="SAW_SERVER" value="vopcwl1215.opc.mycompany.com"/>
    <property name="SAW_SESSION_TIMEOUT" value="90"/>
    <property name="DEBUG_LEVEL" value="exception"/>
    <property name="SAW_PORT" value="9704"/>
    <property name="SAW_PASSWORD" value="Administrator"/>
    <property name="SAW_PROTOCOL" value="http"/>
    <property name="SAW_VERSION" value="v4"/>
    <property name="SAW_USERNAME" value="Administrator"/>
    <property name="ONLINE_TEMPLATE_BUILDER" value="false"/>
    <!-- Compress the report output in the database. Default is true -->
    <property name="COMPRESS_REPORT_OUTPUT" value="false"/>
    <!-- Compress the report data xml in the database. Default is true -->
    <property name="COMPRESS_REPORT_DATA" value="false"/>
    <property name="SAW_URL_SUFFIX" value="analytics/saw.dll"/>
    <property name="SECURITY_MODEL" value="BI_SERVER"/>
    <property name="BI_SERVER_SECURITY_DRIVER" value="oracle.bi.jdbc.AnaJdbcDriver"/>
    <property name="BI_SERVER_SECURITY_URL" value="jdbc:oraclebi://aopcabac.opc.mycompany.com:9703/"/>
    <property name="BI_SERVER_SECURITY_ADMIN_USERNAME" value="Administrator"/>
    <property name="BI_SERVER_SECURITY_ADMIN_PASSWORD" value="Administrator"/>
    </xmlpConfig>
    ==================end of xml-server-config.xml==============
    Review of NQserver log and SAW logs did not reveal anything meaningful, but the Javahost log did have something I can' figure. It contains a reference to a hostname that was not a server where BI, BIP, SAW server or Weblogic was installed:
    ============start of javhost log===================
    Login failed: Please contact administrator for your username/password.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
         at org.apache.axis.client.Call.invoke(Call.java:2748)
         at org.apache.axis.client.Call.invoke(Call.java:2424)
         at org.apache.axis.client.Call.invoke(Call.java:2347)
         at org.apache.axis.client.Call.invoke(Call.java:1804)
         at com.oracle.xmlns.oxp.service.report.xmlp.XMLPServiceSoapBindingStub.createSession(XMLPServiceSoapBindingStub.java:414)
         at com.siebel.analytics.web.sawreporting.XmlPublisherRpcCreateSession.processMessageInternal(XmlPublisherRpcCreateSession.java:68)
         at com.siebel.analytics.javahost.AbstractRpcCall.processMessage(AbstractRpcCall.java:107)
         at com.siebel.analytics.javahost.MessageProcessorImpl.processMessage(MessageProcessorImpl.java:175)
         at com.siebel.analytics.javahost.Listener$Job.run(Listener.java:223)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl.threadMain(SAJobManagerImpl.java:205)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl$1.run(SAJobManagerImpl.java:153)
         at java.lang.Thread.run(Thread.java:619)
    Nov 3, 2009 4:14:42 PM XmlPublisherRpcCreateSession processMessageInternal
    WARNING: XMLP Login: exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString: Login failed: Please contact administrator for your username/password.
    faultActor:
    faultNode:
    faultDetail:
         {}oracle.apps.xdo.service.server.XMLPServiceException:null
         {http://xml.apache.org/axis/}exceptionName:oracle.apps.xdo.service.server.XMLPServiceException
         {http://xml.apache.org/axis/}hostname:aopca984.opc.mycompany.com
    ============end of javhost log===================
    Any ideas/tips to debug this issue are much appreciated!
    Thanks!
    Jiang Tong, Oracle ACS
    [email protected]
    630-618-1911

    Hi,
    I have fixed the issue. The reason for getting "Reporting Login Failed: Please contact administrator for your username/password." is in the credentialstore.xml file the username provided for bipublisheradmin alias is not available in the SSO (OID). I have given Administrator as the username and same password I have defined for Administrator password in the RPD. Administrator user in the RPD was also assigned all the 6 XML* groups as suggested by the installation guide.
    However, when navigating from OBIEE to BI Publisher using the more products link, it was giving the above error. I have change the username to SSO user (for example orcladmin) and also added a row in custom security table we are using for the GROUP variable assignement through the init block block. Group Name is assigned as XMLP_ADMIN for orcladmin user in this custom security table. After doing these two changes, everything is working fine.
    Regards
    Devang
    Edited by: user12001850 on 21-Apr-2010 4:53 PM

  • Flex App with remoting works on local Apache server - fails on production server

    Hi Everyone,
    I have a Flex app that uses Data Services. The application works correctly on my local Mac Server and Apache. When uploaded to my production CentOS server, the Data Services fail. When the app is done loading, the following error message comes up:
    Class "ModelsService" does not exist: Plugin by name 'ModelsService' was not found in the registry; used paths:
    : /www/html/mdubb//PHP2/bin-debug/services/
    #0 /var/www/html/mdubb/ZendFramework/library/Zend/Amf/Server.php(550): Zend_Amf_Server->_dispatch('getAllModels', Array, 'ModelsService')
    #1 /var/www/html/mdubb/ZendFramework/library/Zend/Amf/Server.php(626): Zend_Amf_Server->_handle(Object(Zend_Amf_Request_Http))
    #2 /var/www/html/mdubb/PHP2/bin-debug/gateway.php(73): Zend_Amf_Server->handle()
    #3 {main}
    Where getAllModels is a method of my custom ModelsService.
    I changed the Zend path in the amf_config.ini file so it references the correct directory. If I browse to gateway.php, it prompts to download the file, which I think is correct.
    I added in the config file the path to the services folder.
    I tried adding $server->addClass("ModelServices") in gateway.php, but it didn't like that.
    The file structure on the production server is the same as the local server (I litterally uploaded everything in my local web root), so I can't think of what would be differenet between the two.
    I have already pulled one all nighter trying to get this to run. Do you know what I should troubleshoot next?
    Thanks in advance,
    Ryan

    Hi,
    With reference to Lumira 1.15, the minimal SP we support is BI 4.0 SP6. Please upgrade at least to this. Everything is detailed in the PAM https://websmp107.sap-ag.de/~sapidb/011000358700001095842012E
    Best regards,
    Antoine

  • CR 2010 Report using "File System Data" as source fails in production

    Hello, I've recently upgraded my website from VS 2008 with full CR 2008 to VS 2010 using CR 2010 SP1 runtime (x32).  Everything went fine except for one report that uses as a source the "file system data".  It points to a share on a samba drive and it worked great before the upgrade.  After upgrading my development box the report runs fine, but when I deployed it, it fails with the message:
    Failed to load database information. Error in File {report name} {D5D84E7F-54DB-4BCA-B3C3-0A169CDC36D7}.rpt: Failed to load database information.
    I made sure the websiteu2019s Application Pool identity was set to use credentials of a user who has access to the share. 
    The data source has the following properties:
    Database DLL:   crbd_filesystem.dll
    File Mask: .
    Include Empty Directories: False
    Max Number of Subdirectory Levels: -1
    Starting Directory:
    {FreeBSD server name}\{share name}
    This report uses a sub-report which has the same source.  This report works fine from (full) CR 2008 and from the designer inside of VS 2010 works too.  I can run it on my development box (in release and debug modes) which is Windows 7 (x64) using IIS 7. 
    In production, we donu2019t include the runtime in our application deployment, since we run multiple sites and do updates frequently, so we pre-install (one time) the runtime separately on the server.  We installed the CR 2010 SP1 x32 runtime on our test and development boxes which both are Windows 2003 with IIS6 and made sure they are setup to use .Net 4 and have the Application Pool identity setup to have access to the share.  All my other reports which use ODBC work fine.  Just this one report doesnu2019t and Iu2019m at a loss on how to even begin troubleshooting this.
    Is CR 2010 still capable of using u201Cfile system datau201D as a source?  I couldnu2019t find anything on u201Cfile system datau201D with CR 2010.  Though I have seen under Other Sources, it still exist when I created a new report, just to try it out.

    Looks like you've found a bug with the CRVS2010 runtime. I looked for the crbd_filesystem.dll in the CRVS2010 install directory (C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86) and it is there. I then opened up the 32 bit MSI and MSM with the MS Orca utility to see if the file is included and it is not.
    Two things we can do:
    1) Add the crdb_filesystem.dll to your install and make sure it installs to the above directory on the runtime computer
    2) I will created a fix request for the issue, however next fix will be Service Pack 2 (ETA, sometime after October) and I doubt this will make it there. So we'd be looking at SP 3 - if there will be one (ETA would be in 2012).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • SRM catalog navigation fails after Microsoft patch KB2416400

    After applying Microsoft patch KB2416400, displaying catalogs is failing in IE7 and IE8. Getting the "Navigation to the webpage was canceled"... If you uninstall the patch, it will fix the issue in IE7. I have already reviewed the settings found in OSSN 1511147, which has not solved the issue when the patch is applied. Has anyone else applied this IE security patch and experienced similar results? We are on SRM7.0, SP05 - EP and catalogs both using https. Thanks.

    Hi Kris,
    we found a solution. Please look in SAP Note 1456162.
    The note was written for IE 8, but it looks that the MS patch KB2416400 provides the same security measure also for IE 7.
    IE7 does not allow the dynamic rendering of html by the outbound handler after the patch.
    Cheers,
    Jan

  • Absolute navigation: link

    Is it possible to instead of "ROLES://portal_content/myFolder/myRole/Content/iView/", just use a Quick Link created for iView (under Property Editor->Navigation)  as a parameter for the method WDPortalNavigation.navigateAbsolute(..) ?

    Hi Lieven,
    As per SAP Doc
    Performs a navigation to a absolute defined navigation target.
    The assumption is that this navigation target uses the SAP application launcher.
    All defined parameters are handled as GET parameters.
    Regards,
    Ayyapparaj

  • HR Renewal 1.0 FP4 navigation fails via Portal

    Hi All,
    We have installed HR Renewal 1.0 FP4. We are trying to use the ESS HR Launch Page (UI5) via the SAP Portal 7.3.1 SP9. The Launch page appears correctly but when
    clicking the on Leave Request the Web Gui opens and the SAP Easy Access Menu
    appears instead of the relevant UI5 Screen.
    We have implemented the following notes:
    1864001 - Resolving of system alias for launchpad service
    1956146 - Shell API support for navigation with system alias in Enterprise Portal
    Using HTTP Watch we have noticed that the link is resolved to the following:
    http://<host_name>:<host_port>/sap/bc/gui/sap/its/webgui/sap/bc/ui5_ui5/HRESS_LEAVREQ_G/index.html
    instead of
    http://<host_name>:<host_port>/sap/bc/ui5_ui5/sap/HRESS_LEAVREQ_G/index.html
    It seems that this is related to the Web AS Setup for the
    relevant System Connector in the Portal, which is maintained as follows:
    ICM Host Name: <host_name>:<host_port>
    ICM Protocol: http
    ICM URL Prefix: /sap/bc/gui/sap/its/webgui
    Is there any recommendation on how to set up the Web AS or any idea of how to overcome this issue?
    Thank
    you in advance,
    Michael

    Let me explain the usage of reverse proxy, web dispatcher needs to be setup as reverse proxy if you choose gateway to be setup in different system. With HCM Renewal 1.0, we introduced HTML5 landing pages. We call it the lanes landing pages. The lanes landing pages has two facets two it - the User Interface (UI) - the Data The UI requires the UI5 add-on. This is something which you have already installed. The data for the UI is served up from the Backend system as a OData service via the Gateway system. The landing page needs a reverse proxy to direct the browser requests to either the back-end system where the JavaScript sources are stored, o or to the SAP Gateway system where the OData services are located " Like any Web Application, the HTML5 artifacts (html, js, css) are loaded on to your browser the very first time the landing page application is launched. For this, the browser makes a http requests to the backend system where the artifacts are stored. Once the artifacts are loaded, subsequent calls will be to fetch data from the HCM backend. HCM backend data is exposed as OData services via the Gateway. NW Gateway provides the infrastructure required to convert HCM (ERP in general) data to application/device friendly OData services.Hence Gateway is an intergral part of the whole product. In short: The Reverse proxy talks to the backend HCM system once in a session to load the html5 artifacts. But it communicates with the gateway system whenever data is requested.

  • Siebel Database Upgrade Wizard fails for production upgrade

    Hi,
    We are doing a dry-run for production upgrade for our customer form Siebel 7.8.2 to 8.1. 1.4
    Platform info:
    Siebel Gateway, Siebel Server, Database Server: AIX 6.1 64 bit OS
    Database: IBM DB2 V9.7
    When running the Upgrade Database (upgrep + upgphys) wizard, the process fails to execute with errors.
    Below is the error details:
    1.Run the upgrade wizard:
    Command: srvrupgwiz /m master_upgrep_prod_782.ucf
    [IBM][CLI Driver][DB2/AIX64] SQL0444N Routine "SIEBTRUN" (specific name "SQL120127012149901") is implemented with code in library or path ".../sqllib/function/siebproc", function "siebtrun" which cannot be accessed. Reason code: "4". SQLSTATE=42724
    SQLError Statement 0 000000024f2600fc:0 2012-01-30 00:34:05 SQL Statement: {call SIEBEL.siebtrun('SIEBEL.S_ESCL_REQ')}
    DBCLog DBCLogError 1 000000024f2600fc:0 2012-01-30 00:34:05
    [IBM][CLI Driver][DB2/AIX64] SQL0444N Routine "SIEBTRUN" (specific name "SQL120127012149901") is implemented with code in library or path ".../sqllib/function/siebproc", function "siebtrun" which cannot be accessed. Reason code: "4". SQLSTATE=42724
    UpgradeLog UpgradeError 1 000000024f2600fc:0 2012-01-30 00:34:05
    [IBM][CLI Driver][DB2/AIX64] SQL0444N Routine "SIEBTRUN" (specific name "SQL120127012149901") is implemented with code in library or path ".../sqllib/function/siebproc", function "siebtrun" which cannot be accessed. Reason code: "4". SQLSTATE=42724
    We have raised an SR with Oracle Support and have done the changes suggested and verified the process as per the Bookshelf Installation Guide.
    The installations have been verified and the required siebel procedures and functiuons are in place. The upgrade process is still failing.
    Has anyone come across this issue. Could you please assist us in identifying the cause of failure. This is pushing back our go-live date. Any help would be greatly appreciated.
    Thanks in advance.

    Hi,I haven't faced the problem ,but just want to check whether right and supported version of db2 client is installed on the server box.

  • TP4 / offline database / select in navigator failed

    Select in navigator from pl/sql editor failed to find the edited object into the navigator (from where it was opened).

    I just opened a pl/sql from offline database navigator.
    Do some edits in the editor. Save many times. Compile many times.
    Suddenly (no idea why), the context menu Select in navigator don't find the object anymore.
    This is only for package body. I don't have this problem with package specification.
    Same package body may be accessed without any problem at same time through outgoing subversion pending changes.
    The error message is PackageName was not found in Navigator.
    The window title bar context is correct.
    I have more than one schema in my navigator.
    I have two application workspaces and both have same project names.
    I have subversion to manage both workspaces.
    Hope this help.

Maybe you are looking for

  • Problem with Classroom in a book

    I have been working through the lessons in Adobe Premier Elements 11 Classroom in a book and am having a problem with Lesson 6 "Creating a Picture-in-Picture overlay.  the lesson comes with Greenscreen.mov file to be used in the lesson but when I try

  • Can't figure out how to use my gift card.

    It says that you have to look for Reddeem Card in upper right hand corner of I tune store and it isn't there. Does anyone else know where or how to do this? TIA Gena

  • How do I set up and partition a new HD ?

    If I put a new HD into an old machine, will it just offer me the option to partition it after it powers on, or do I have to do something more technical to partition that drive. I am under the impression that having a large HD partitioned will help me

  • Use an alternative Exchange Rate Type for activity actual price

    Dear All, I try to use an alternative Exchange Rate (not M)  in controlling area version "0", I need to use a custom currency exchange rate like in planned price (here I create a new planned version with exchange rate "N"). I find same notes and it s

  • How can I permanently change the orientation of an I-Phone MOV file.

    I'm trying to burn DVDs for family members from some wedding videos I  took with my I-Phone.  Because I held the I-Phone in an upright, or  "portrait" position, the normal playback comes through in a "landscape"  orientation with the images laying si