Internal Error 1401.

Hi,
I have a function in the backend in a package, which has the spec like this and it is perfectly compiled.
PACKAGE SPEC
TYPE t_db_bus_unit_tab IS TABLE OF rms_vendor_transfer_control_id.business_unit_id%TYPE INDEX BY BINARY_INTEGER;
TYPE t_db_trans_set_tab IS TABLE OF rms_vendor_transfer_control_id.transaction_set%TYPE INDEX BY BINARY_INTEGER;
TYPE t_db_vend_id_tab IS TABLE OF rms_vendor_transfer_control_id.rms_vendor%TYPE INDEX BY BINARY_INTEGER;
TYPE t_db_trans_id_tab IS TABLE OF rms_vendor_transfer_control_id.transfer_ctl_id%TYPE INDEX BY BINARY_INTEGER;
TYPE t_db_edi_vend_tab IS TABLE OF rms_vendor_transfer_control_id.edi_vendor_id%TYPE INDEX BY BINARY_INTEGER;
TYPE t_db_trans_set_act_tab IS TABLE OF rms_vendor_transfer_control_id.transaction_set_active%TYPE INDEX BY BINARY_INTEGER;
TYPE t_db_trans_ind_tab IS TABLE OF VARCHAR2(1) INDEX BY BINARY_INTEGER;
FUNCTION auto_setup (t_db_bus_unit IN t_db_bus_unit_tab
,t_db_trans_set IN t_db_trans_set_tab
,t_db_vend_id IN t_db_vend_id_tab
,t_db_trans_id IN t_db_trans_id_tab
,t_db_edi_vend IN t_db_edi_vend_tab
,t_db_trans_set_act IN t_db_trans_set_act_tab
,t_db_trans_ind IN t_db_trans_ind_tab
,O_error_message OUT VARCHAR2
RETURN VARCHAR2;
I am calling this function From Forms
DECLARE
TYPE t_bus_unit_tab IS TABLE OF rms_vendor_transfer_control_id.business_unit_id%TYPE INDEX BY BINARY_INTEGER;
     t_bus_unit t_bus_unit_tab;
TYPE t_trans_set_tab IS TABLE OF rms_vendor_transfer_control_id.transaction_set%TYPE INDEX BY BINARY_INTEGER;
     t_trans_set t_trans_set_tab;
     TYPE t_vend_id_tab IS TABLE OF rms_vendor_transfer_control_id.rms_vendor%TYPE INDEX BY BINARY_INTEGER;
     t_vend_id t_vend_id_tab;
     TYPE t_trans_id_tab IS TABLE OF rms_vendor_transfer_control_id.transfer_ctl_id%TYPE INDEX BY BINARY_INTEGER;
     t_trans_id t_trans_id_tab;
     TYPE t_edi_vend_tab IS TABLE OF rms_vendor_transfer_control_id.edi_vendor_id%TYPE INDEX BY BINARY_INTEGER;
     t_edi_vend t_edi_vend_tab;
     TYPE t_trans_set_act_tab IS TABLE OF rms_vendor_transfer_control_id.transaction_set_active%TYPE INDEX BY BINARY_INTEGER;
     t_trans_set_act t_trans_set_act_tab;
     TYPE t_trans_ind_tab IS TABLE OF VARCHAR2(1) INDEX BY BINARY_INTEGER;
     t_trans_ind t_trans_ind_tab;
BEGIN
some processing
     IF FLIN0050.auto_setup(t_bus_unit,t_trans_set,t_vend_id,t_trans_id,t_edi_vend,t_trans_set_act,t_trans_ind,Lv_error)='FALSE'
     THEN
          message(Lv_error);
          RAISE Form_Trigger_Failure;
     END IF;     
If I comment the function call , Form is compiling properly otherwise gives me Internal Error 1401. Can anybody help me on this regard?
Message was edited by:
Forms

First of all, why don't you get a new handle. "Forms" is almost worse than leaving it a number. It may be just me, but I tend to ignore posts from people with numeric handles or nonsense names. That brings "Sysdate" to mind.
Now... You cannot access package procedures and functions with types defined in the package that way. Your problem is caused by your attempt to use duplicate TYPE declarations in the form -- that just does not work. It is too bad the Forms compiler gives you the internal error code, when it should just say what I have above.
Instead, remove all your type declarations from the form. Then in the variable declarations, reference the types declared in the package. For example:
  t_bus_unit     Pkg_xyz.t_db_bus_unit_tab;
  t_trans_set    Pkg_xyz.t_db_trans_set_tab;That ought to get you going again.

Similar Messages

  • PLS-00801: internal error [1401] while compiling Package body

    I am getting the error PLS-00801: internal error [1401] while compiling the package.
    recently upgraded to version 11.1.0.7 database .
    Any pointer to this ..

    935026 wrote:
    I am also getting the same error while compiling a procedure which use a remote object over db_link.
    Let me know if this needs to be run on source db or destination db
    1. RUN as SYS
    $ORACLE_HOME/rdbms/admin/utlirp.sql
    $ORACLE_HOME/rdbms/admin/utlrp.sql
    RegardsYES
    post results from SQL below from both DBs
    SELECT * FROM V$VERSION;

  • Error while creating SC: Internal Error - termination type TH_RES_FREE

    Hi I encountered this error while creating a SC. All attributes for this user are maintained and the "check user" transaction does not give any error.
    Amol Mate
    Error when processing your request
    What has happened?
    The URL http://punhjwsapsrm:8000/sap/bc/gui/sap/its/bbpsc02/! was not called due to an error.
    Note
    The following error text was processed in the system SSS : Internal Error
    The error occurred on the application server PUNHJWSAPSRM_SSS_00 and in the work process 1 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Function: B40B_READ_TABLE of program SAPLBBP_BD_DRIVER_40B
    Function: META_READ_TABLE of program SAPLBBP_BD_META_BAPIS
    Form: LOCATIONS_READ of program SAPLBBP_ATTR_F4
    Function: BBP_ATTR_F4_SLOC_PPOMA of program SAPLBBP_ATTR_F4
    Form: STG_LOC_GET_FOR_LOCATION of program SAPLBBP_SC_APP
    Form: STG_LOC_GET of program SAPLBBP_SC_APP
    Form: LOCATION_STG_LOC_GET of program SAPLBBP_SC_APP
    Form: USER_ATTRIBUTES_GET of program SAPLBBP_SC_APP
    Form: SC_INIT of program SAPLBBP_SC_APP
    Function: BBP_SC_APP_EVENT_DISPATCHER of program SAPLBBP_SC_APP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SSS in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server PUNHJWSAPSRM_SSS_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server PUNHJWSAPSRM_SSS_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http-c:100-u:PTEST -l:E-s:SSS-i:PUNHJWSAPSRM_SSS_00 -w:1-d:20051121-t:171904-v: TH_RES_FREE-e:Internal Error
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi Amol,
    First of all the sicf transaction is to be used only if you use the internal ITS.
    Now you have to put an external breakpoint in the source code of the ABAP Program or FM you want to debug , one of these in your case :
    Function: B40B_READ_TABLE of program SAPLBBP_BD_DRIVER_40B
    Function: META_READ_TABLE of program SAPLBBP_BD_META_BAPIS
    Form: LOCATIONS_READ of program SAPLBBP_ATTR_F4
    Function: BBP_ATTR_F4_SLOC_PPOMA of program SAPLBBP_ATTR_F4
    Form: STG_LOC_GET_FOR_LOCATION of program SAPLBBP_SC_APP
    Form: STG_LOC_GET of program SAPLBBP_SC_APP
    Form: LOCATION_STG_LOC_GET of program SAPLBBP_SC_APP
    Form: USER_ATTRIBUTES_GET of program SAPLBBP_SC_APP
    Then launch the transaction in IE, once the program reaches a breakpoint, you'll get the ABAP debuger in IE.
    Regards.
    PS: if it doesn't work, put the parameter ~generatedynpro in BBPGLOBAL service to have it applied to all BBP transactions
    Vadim

  • Internal error occurs in background job scheduling

    Hi Experts,
    We are facing an error message "Internal error occurs in background job scheduling" while trying to execute a custom report(Z report) in background in SA38.
    Please find the following observation on our side on this message.
    1) This message is not coming for only one report not for others.
    2) SU53 screen shot shows that SE38 check is failed, but the weird thing is not happening for other report.
    3) Persons having SE38 auhtorization are able to run this report.
    Please advise.
    Thanks in advance,
    Viven

    What is the message ID and number? Have you tried OSS search and debugging?
    What does this program do, in a nutshell?

  • Internal error while overwriting a charecteristic value in a class

    Hi,
    I am overwriting a charecteristic value in a class with a change master.
    In CL02 I entered the class and the chnage number and entered in edit mode.
    Then I selected the charecteristic view and selected the specific charectristic which value I need to overwrite and then clicked on "Overwrite Value" button.
    Now the system has found an internal error: the required characteristic data was not found in characteristics maintenance.
    Charecteristic data not found: Internal Error
    Please tell me how can I get out of this error.

    hi,
    Please check whether the overwriting indicator check box in character tab is select or not.
    It should be flagged.
    Thanks & regards
    Reddiy.

  • ORA-00600: internal error code, arguments: [ktsircinfo_num1]

    While taking export of a table received EXP error and while dropping/selecting the same gor ora-600 errors.
    . . exporting table TEST4
    EXP-00003: no storage definition found for segment(29, 371385)
    SQL >Drop table test4 cascade;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    sql> Desc test4;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    I dont want to log TAR with oracle right now... I tried dropping and recreating Undo tablespace but still did not help much . Database version is 9204

    hi
    read metalink ID - 153788.1
    CHeers

  • Error while transporting objects:Internal error during pvc call: Parameter

    Dear all,
    We are facing the following error while transporting the individual configuration objects from our PI development system.
    Export failed: Internal error during pvc call: Parameter versionSpecifier or version has the invalid value null .
    However, it works fine when the complete configuration scenario is transported.
    We tried to transport the objects with different user id's, even then the issue still exists.
    Any inputs to resolve this will be highly helpful.
    Thank you,
    Younus

    Hi Mohammed,
    Answer is inside this oss [Note 1554387 - Error during export from Integration Directory|https://service.sap.com/sap/support/notes/1554387]. In this oss note, solution is to apply a patch (just a patch, not a SP). as it's a litle sap bug...
    Note: your issue is also explained with picture in this one "1550549 - PI transport: Internal error during pvc call" (sorry for this one I cannot insert a link)
    regards
    Mickael
    Edited by: Mickael Huchet on Jan 26, 2012 2:50 PM

  • SQL Loader (Oracle 8.1.5 on Suse 6.3) Internal Error

    Hi all,
    I try to insert data with SQL Loader on Linux (Suse 6.3) and get the following message:
    SQL*Loader-704: Internal error: ulmtsyn: OCIStmtExecute (tabhp) [-1073747572]
    ORA-00942: table or view does not exist
    The control file and data file did work on another platform.
    Please help me!
    Thanks,
    Thies Mauker

    Lee Bennett (guest) wrote:
    :Hi
    :I have successfully installed Oracle 8.1.5 Enterprise edition
    on
    :Suse 6.2 and applied the 8.1.5.0.1 patch set,
    NO!
    SuSe 6.2 have a patch file for Oracle made from their developers.
    Never use Oracle 8.1.5.0.1 patch file that doesn't work because
    us bugged.
    Use SuSe 6.2 Oracle patch set.
    (don't remember the web page where you can download it but a
    search with word "oracle" from SuSe homepage will lead you to
    it)
    -Stefano
    null

  • Internal Error: Error in the Software Update Packa...

    hello,
    I'm using the latest Ovi Suite and N82 (v30). I saw notification of firmware update and then clicked to update it. the updated was downloaded but when it's in the process of updating it says
    Internal Error: Error in the Software Update Package Configuration
    I've replugged my device after the system restart but it shows the same.
    how do resolve it? neither do i see any option of redownload the update package. where does it download the update package?
    thanks

    And whatmake you think this is going to help? The answer from local Nokia Care Pointwas: “if you hit the phone it might be the reason for this problems and we arenot responsible for warranty void for your Nokia phone blah blah – of course Idid not hit or throw the phone but never mind – the just don’t care. Thisproblems was described in details to Nokia Care Point Finland and the answerwas … “ we are very sorry, but you need to make a connection with your localNokia Care Point” ha ha – thank you very much, they were so helpful ! That’swhy I don’t want to call or connect Nokia anymore – no help at all! Sorry ifthis information is not good for you, but it is true! Don’t believed it : check THREAD ID:1-4N513T0 from 06.January and THREAD ID:1-4N0DM6A from 05. January. That’s why I need User help, notNokia help.

  • ORA-00600: internal error when delete master rows in a materialized view

    I have a materialized view in 11g2 on Redhat 5, defined asCREATE MATERIALIZED VIEW mv_idty
    PARALLEL BUILD IMMEDIATE REFRESH FAST ON COMMIT ENABLE QUERY REWRITE AS
    select IDTY_NAME_FIRST,IDTY_NAME_MIDDLE,IDTY_NAME_LAST,IDTY_NAME_SUFFIX,IDTY_SSN,
      IDTY_DR_LIC_NUM,IDTY_DR_LIC_STA,x.person_id,i.rowid i_rowid,x.rowid x_rowid
      from idty i,person_x_idty x where x.idty_id=i.idty_id; I deleted a few rows from the master tables and get error13:58:48 SQL> delete idty where  idty_id like 'test_row%' ;
    7 rows deleted.
    13:58:52 SQL> commit;
    commit
    ERROR at line 1:
    ORA-12008: error in materialized view refresh path
    ORA-00600: internal error code, arguments: [kkzfrfajv_markdml-1], [], [], [], [], [], [], [], [], [], [], [] I have other materialized views and they all delete master OK. This is the simplest one but causes problem. HELP!
    Edited by: user13148231 on Aug 11, 2010 5:45 PM

    Checked note 743766.1. It is not 100% relevant as it is about import, but the query is usefulselect sowner, vname, mowner, master from sys.snap_reftime$It reveals the materialized view some how based on other schema.
    Recreate the materialized view. problem solved.

  • OWB 11gR2 - Internal ERROR: Can not find the ACL containter

    OWB 11gR2 - Internal ERROR: Can not find the ACL containter
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. I have 3.23 GB RAM. OWB design center is ver slow on my desktop. We have our OWB repository is on Unix server.
    We applied the patch 10270220.
    We are getting
    Internal ERROR: Can not find the ACL containter for object:CMPPhysicalMap@19654/id=104020/owningFCO=104020/proxyFor=(CMPPhysicalMapGen@19f99ae/id=104020/stname=null/pname=MAPPING_1/lname=MAPPING_1/status=POSTED/committed=true/persistent=true/propsLoaded=true)
    What is happening here?
    Thanks in helping.

    We have a map with 3 sources and 1 target. The 3 sources pass through Joiner then Expression then Target.
    We are getting this error, during deployment. It shows compling for awhile, then through this error.
    Here is the piece from detail window:
    ===========
    at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:174)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2806)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:914)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1542)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:694)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:959)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:924)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.beforeReadObject(EventDispatcherImpl.java:824)
         at oracle.wh.repos.pdl.foundation.OWBRoot.beforeRead(OWBRoot.java:1785)
         at oracle.wh.repos.owbGen.CMPStringPropertyValueGen.getValue(CMPStringPropertyValueGen.java:217)
         at oracle.wh.repos.impl.properties.CMPStringPropertyValue.getValue(CMPStringPropertyValue.java:117)
         at oracle.wh.repos.impl.extended.PropertyFactory.getStringValue(PropertyFactory.java:440)
         at oracle.wh.repos.impl.extended.CMPWBPrimitiveProperty.rawStringValue(CMPWBPrimitiveProperty.java:260)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:716)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:733)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getReferencedLocations(WBMapHelper.java:1361)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:284)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:141)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:135)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.getReferencedLocations(RuntimePlatformServiceImpl.java:1238)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.addConnectorLocations(WHRuntimeCommandUtil.java:477)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getSingleDeployLocations(WHRuntimeCommandGenerateDeploy.java:3408)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getLocationsAndNewConnectors(WHRuntimeCommandGenerateDeploy.java:3517)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doPreDeploymentActions(WHRuntimeCommandGenerateDeploy.java:3224)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2420)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$1.construct(WHRuntimeCommandHandler.java:1005)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)
    ===========
    Did anyone receive such errors?

  • SAP Client to the SAP Server: internal Error (-1102)[Message 131-183]

    Hi,
    We are using Windows 2008 Server R2, SQL 2008 Standard, SAP B1 8.81 PL08.
    When we trying to connect SAP Client to the SAP Server. There has internal Error (-1102) occurred. We can view the database on client, but we always get the same error message after enter the User ID and Password. We have checked the native client and it is installed and also opened the following ports: 1433, 30000, 30001. We have tried to open all of firewall, but itu2019s no use.
    When I set a computer in to the engine room and set the network connection, this one can connect SAP Client to the SAP Server.
    But when client connect to server by VPN, the IP address will not in the same section. Then We tried to set the IP address has the same network section with the server, but it's still disable.
    I set a computer for SAP Server without firewall, complex network, virtual IP and no router in my office. And use a SAP Client which is in different network domain to connect to SAP Server by internet, not VPN, but the SAP Client still canu2019t connect to SAP Server. I get the same internal Error (-1102).
    It can not only ping to SAP Server IP, but telnet to the port 1433, 30000, 30001, 445.
    When I use a pc with server tools, it can connect to the SAP Server by the localhost license. But if I use a computer only install client and assign the server license. The latter one always got the error.
    How could we solve this problem? Is there has another setting I am missing which might be blocking the connection?
    Thanks in advance.

    Hi,
    We are using VPN and using Terminal Licensing or Remote Desktop Conneciton.
    The idea here is VPN will connect you to the network and when you are connected to the network
    dont use the direct LAN IP connection use the Terminal Licensing to connect.
    Again both are needed VPN and Terminal Licensing. VPN for the connection and if successfully connected
    use or connect from Terminal Licensing or Remote Desktop connections.
    Thanks.
    Clint

  • App developed using Jdev 3.2 and oracle 9.2: oracle internal error

    Good morning,
    I have developed a JSP application using Jdeveloper 3.2.3.
    Everything works fine under Oracle 8.x.
    One of our customers, a few days ago, decided to migrate to oracle 9.2, but he can't use our application anymore, because every time a javabean accesses the database, Oracle returns:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    What I should do, in order to let my customer use my JSP application under any ctual version of Oracle?
    1) Have I to install a newer version of Jdeveloper and simply recompile my application?
    2) Have I to download a special package to deliver to the customer using Oracle 9.2?
    3) Anything else?
    Thank you for your advices.

    Giambattista,
    Check your JDBC driver version.
    You will get this ORA-600:[ttcgcshnd-1] error if you have the JDBC driver 8.1.7.1 or earlier, and you try to connect to an Oracle 9.0.1 or later database.
    So, your app will work when connected to an Oracle8i database, but fail when trying to Oracle9i.
    The solution is to upgrade to the patched 8.1.7.2 JDBC driver, or better yet, use the latest JDBC driver that comes with JDeveloper 9.0.3 (which is JDBC 9.0.1 version).

  • Can't launch Adobe Reader 11.0.06: 'An internal error occurred'

    Today I purchased a highly recommended e-book ('Rally All Around') which is available by download. Double clicking on its file brought up a message that I needed a newer version of Adobe Reader, and linked me directly to 11.0.06 (Mac) on the Adobe site, which I downloaded and installed. Unfortunately, this application refuses to launch: irrespective of whether I try to launch it directly, from the Applications Folder, or by double clicking the new book, I receive the 'An internal error occurred' error message and the program shuts down. I have followed the advice provided in this forum for a previous version of Reader: I deleted all existing versions of the program, as well as the Adobe Folder in my Library, then attempted to reinstall. I've also used 'Get Info' to ensure I have the required read/write permissions on the application, and the Adobe Library Folder. Unfortunately now I have lost the ability to open any PDF file at all!  I'm very unimpressed (to say the least!) that I have lost hours trying to troubleshoot this problem, as well as my money for the book and functionality on my machine! I am running Mac OS X 10.9.1 on an Intel Core i5. I'd be grateful for help, and advice, if you care to share. I'd like to count to 10 and try and fix this, before succumbing to the temptation to send a howler to the publisher.

    I did eventually solve it, and I think it was using this advice I received on the Adobe Forums:
    The error that you are facing might be due the reason that the user logged in doesn't have permissions to access the following directory: "~/Library/Application Support/Adobe". Can you please try the following steps with the user account in which you are facing the error:
    1. Remove the Adobe Reader from Applications directory by moving it to Trash.
    2. Now delete the following directory: "~/Library/Application Support/Adobe". Please note that this path is for the Library folder present inside the user directory that you are currently logged in.
    3. Restart the machine.
    4. Now re-install Adobe Reader XI.

  • Internal Error occurred while calling the ProcessDPCommands API

    We have installed Business Objects XI  with MySQL. We are getting following error when we click on view query on the WEBI Reports
    " Internal Error occurred while calling the ProcessDPCommands API  Error WIS 30270".
    When we change the CMS database to ORACLE everything works fine it looks like some issues when CMS database is MYSQL
    Please hep to fix this problem
    Installation is on Solaris 10
    Edited by: AshishDatar on Nov 6, 2009 3:00 PM
    Installation is on Solaris 10

    did you check whether universe connection is pointing to the correct db?The following url might be helpful:
    [http://www.forumtopics.com/busobj/viewtopic.php?t=52355&view=previous]

Maybe you are looking for

  • SSRS Reports Issue

    Hello All, While creating report builder model I am facing below error. An error occurred during the generation of semantic model : [Create perspectives from cubes]Either the user, SP2010FARM1\spdev, does not have access to the PSCALLDB database, or

  • Looking for a Layout Set to display images one at a time

    Hello, I have a folder with images and I would like to create a KM Navigation iView which displays only one picture at a time and an option to move forward and backward between the images. Which LayoutSet/ Collection Render should I Use/create in ord

  • Not able to authorize adobe id with overdrive

    I am having a problem with authorizing my adobe id that is linked to overdrive/library.  While I am in Overdrive, I try to download ePub books to my ipad that I have checked out from my library. However, it tells me I need to authorize my adobe ID fi

  • Saving files on Adobe Organizer 10

    I keep placing pictures in an album and modifying them.  I can view them as a slide show with the changes I've made.  I don't know how to save the album.  When I get out of Organizer and get back in, the album is empty.  Additionally, if I make chang

  • Quality loss and blurriness when imported to iMovie from Sony Handycam

    I have a Sony Carl Zeiss Lens 40x Optical Zoom Handycam. The quality is crystal clear on the camera..but once it is imported into iMovie, it becomes somewhat distorted. Please help! I need to upload this video to Youtube ASAP.. I'm already past my de