SQR V9 Error

We just went from 8.x to 9. I have a sqr program that attaches to 6 different databases, Qracle, SQL Server, DB2, etc. Program has been running for 8 months, now with V9 I am getting a NTDLL.DLL error. I can connect to Oracle and then SQLServer, when I try to connect to a different SQL Server instance on a different server I get this error.

Hi,
To access the IR, FR, SQR & Dashboard studios, you need to install the BI + client. There is no URL to access these tools.
When you will install the BI + client software, it will install the studios of IR, FR, PR (SQR), Dashboard builder on your machine.
Web Analysis, workspace, Shared services are access by URL only. As these are the web interfaces for the users.
For EAS, you can access it via the URL or using admin console (Essbase administrator services-client tool). You need to install this client software on your machine.
Hope it will help you.
Thanks & Regards,
Mohit Jain

Similar Messages

  • SQR issue - (SQR 5721) Error with ioctl()

    <p>If anyone can help on this I would be very grateful.<br></p><p>Here is the issue:<br>When running SQR's on the command line I am receiving the followingerror after I type 'sysadm'. Normally it should allow me to typethe password (without displaying it). I can run the sqr on our Unixbox if<br>I include the username/password in the command line. According tothe SQR documentation this error (5721) it says "This is anerror that should never occur during normal operations. Record thesteps leading up to the error and contact your systemadministrator"<br>--<br><b>sqr first.sqr<br>Enter Username: sysadm<br>Enter Password: (SQR 5721) Error with 'ioctl()'.<br>(12): Not enough space<br></b>--<br><br>After I type "sysadm" and hit Enter I receive :<br>Enter Password: (SQR 5721) Error with 'ioctl()'.<br>(12): Not enough space<br><br>--<br>We believe the problem is related to the Unix box in that the sqris trying to write the Username to a temporary location either inMemory or a Physical Location on the Box.<br></p>

    Hi Mash,
    I was trying to generate one report from SQR studio, got the following message.
    "failed to produce the HTML output file .additionally ,no,Spf,/LOG, ot .ERR files were generated.most likely causes include:SQR configuration,and the BRB datasource definition used for this report"
    I am not able to get any clue for the above error.please throw some light on the above
    thanks in advance
    kishore

  • SQR Developer ERROR

    Hi, I am using SQR Developer for a simple report which just displays a message. I get this following error...."Failed to produce the HTML output file. Additionally , no .SPF, .LOG, or .ERR files were generated. Most likely causes include: SQR configuration, and the BRB datasource definition used for this request."I would appreciate if someone could please let me know how to correct this.I have set the General Preferences Thanks

    Hi,
    To access the IR, FR, SQR & Dashboard studios, you need to install the BI + client. There is no URL to access these tools.
    When you will install the BI + client software, it will install the studios of IR, FR, PR (SQR), Dashboard builder on your machine.
    Web Analysis, workspace, Shared services are access by URL only. As these are the web interfaces for the users.
    For EAS, you can access it via the URL or using admin console (Essbase administrator services-client tool). You need to install this client software on your machine.
    Hope it will help you.
    Thanks & Regards,
    Mohit Jain

  • SQR reporting error message

    While trying to connect to a few databases that had worked fine just a few minutes before, I am getting the following error message :
    Connect Failed: Driver Error Message : [Microsoft][ODBC drive manager] data source name not found and no default driver specified.
    has anyone had the same problem or anyone with a suggestion to dela with it?

    Your ODBC connection is either defined wrong, corrupted, or cannot be discovered.
    Sometimes recreating the connection can solve the problem.
    Check also that you are using the SQR supplied Merrant drivers, and define the ODBC connection as a system data source, not a user data source.

  • Sqr report error

    Hi ,
    i was trying to generate one report from SQR studio, i am getting the following message.
    "failed to produce the HTML output file .additionally ,no,Spf,/LOG, ot .ERR files were generated.most likely causes include:SQR configuration,and the BRB datasource definition used for this report"
    I hv only reporting client set on my windows desktop
    please throw some light on the above
    Thanks
    kishore
    Edited by: user10834831 on Feb 13, 2009 2:46 AM

    Hi,
    To access the IR, FR, SQR & Dashboard studios, you need to install the BI + client. There is no URL to access these tools.
    When you will install the BI + client software, it will install the studios of IR, FR, PR (SQR), Dashboard builder on your machine.
    Web Analysis, workspace, Shared services are access by URL only. As these are the web interfaces for the users.
    For EAS, you can access it via the URL or using admin console (Essbase administrator services-client tool). You need to install this client software on your machine.
    Hope it will help you.
    Thanks & Regards,
    Mohit Jain

  • Dynamic variable failing

    <p>I have some code with a connect by clause.  When I use atext string in the 'start with' part of the statement the codecompiles and runs.  When I use the dynamic variable [$folder]I get a compilation error:  Error and then code is includedbelow.  </p><p> </p><p>(SQR 5528) ORACLE OCIStmtExecute error 1788 in cursor 1:<br>ORA-01788: CONNECT BY clause required in this query block<br>SQL: SELECT level, ro_tree_entry_lbl, ro_childobjtyp_cd from<br>dss.ie_mstr_cat_alph_v<br>Error on line 28:<br>(SQR 3716) Error in SQL statement.<br><br></p><p> </p><p>begin-program<br>columns 2 7 12 17 22 27 32 37 42 47<br>do get_input<br>do main<br>end-program<br><br>begin-procedure main<br>begin-select<br>level &level<br>Move &level to #level<br>use-column #level<br>Print #level (+1) edit 888<br>!lpad(level,2*level -1)||' '||<br>ro_tree_entry_lbl &label (, +2)<br>ro_childobjtyp_cd &child (, +2)<br>from dss.ie_mstr_cat_alph_v<br>start with ro_tree_entry_lbl like [$folder]<br>connect by prior ro_child_tech_nm = ro_parnt_tech_nm<br>end-select<br>end-procedure ! main<br><br>begin-procedure get_input<br>Input $folder<br>Let $folder = '''' || $folder || ''''<br>end-procedure ! get_input<br></p>

    Jim - I don't really know, to be honest, but there's clearly a limit to how much APEX can work out at design time about what the query is going to do, especially what columns are going to be generated and how they are going to be presented.
    The other problem I've had is that when APEX is able work out what the query is going to do (and generates a set of report attributes to go with it), when the dynamic SQL changes this slightly, the region will break and show an error.
    So, for dynamic reports, I would always use the generic option.
    John.

  • All the sqr process are results in error

    While running any sqr process,it's erroring out with the below mentioned error output.All other process are running fine.Please help me to fix the issue.
    PeopleTools 8 - PSSQR
    Copyright (c) 1988-2005 PeopleSoft, Inc.
    All Rights Reserved
    Invalid database type
    Usage: pssqr -CT <dbtype>
    Values: DB2|DB2400|DB2UNIX|INFORMIX|MICROSFT|ORACLE|SYBASE
    -CS <server>
    -CD <database name>
    -CA <access id> [Encrypted by PeopleSoft]
    -CAP <access pswd> [Encrypted by PeopleSoft]
    -RP <program name>
    -I <process instance>
    -R <run control id>
    -LG <language code>
    -CO <operator id>
    -COWN <database owner id> (OS/390 only)
    -OT <output type>
    2 (FILE)
    3 (PRINTER)
    4 (WINDOW)
    5 (EMAIL)
    6 (WEB)
    -OF <output format> (column headings refer to -OT setting)
    FILE PRINTER WINDOW EMAIL WEB BROWSER
    2 (PDF) 4 (HP) 13 (SPF) 2 (PDF) 2 (PDF)
    3 (CSV) 6 (LP) 3 (CSV) 3 (CSV)
    4 (HP) 10 (PS) 4 (HP) 4 (HP)
    5 (HTML) 15 (Other) 5 (HTML) 5 (HTML)
    6 (LP) 6 (LP) 6 (LP)
    10 (PS) 10 (PS) 10 (PS)
    13 (SPF) 13 (SPF) 13 (SPF)
    15 (Other)
    -OP <output destination>
    -PP <"prepend parameters">
    -AP <"append parameters">
    -FILE <parameter file (WARNING:file will be deleted after use)>
    -EF <file containing Email parameters>
    -EL <email option to include/exclude SQR log and trace files)>
    0 (Exclude Log and Trace files from email)
    1 (Include Log and Trace files in email)
    -MR <multiple report output> Values: #(max 99)

    Here is the list of things i tried already
    1,Done a DB bind with DB owner id
    2,Done a DB bind with DB instance id with the help of DBA
    3,Done a DB bounce with the help of DBA
    4,Cleared the apps/prcs cache and tried
    5,Recreate the prcs domain and tried
    6,Verified the sqr path is correct in the environment(psconfg.sh) file and found to be correct
    Please advice

  • Error: SQR configuration and the BRB datasource definition..

    <p>Hello,</p><p> </p><p>I've had Hyperion installed on my computer for about 6 months. Ihave two existing connections to seperate servers with DB2databases. I use existing ODBC drivers for the connection. I wastrying to install a third connection to a server/database and madesome changes to perhaps the driver. When I try to run a report nowI seem to connect and get an error : Failed to produce HTML outputfile. Most likely causes include: SQR configuration and the BRBdatasource definition used for this report. I get this error forall the connections now. I've tried unistalling and reinstallingthe software. I've checked the SQRDIR and BRIO_HOME and they seemedgood. I have the server installed on my computer.</p><p> </p><p>Are there  any suggestions as to what I might have done tocreate this error?</p><p> </p><p>Thank you,</p><p> </p><p>Sheila</p>

    What is the content of the file %PS_HOME%/sqr/opsys.sqc ? What version of Windows ?
    How many processes are running simultaneously ?
    Did you try to run it manually ?
    Nicolas.

  • SQR Process Run Status Error

    Hi All,
    I created an SQR which will update the chartfield1 of the employee when they are non-union employees. After we run the SQR Process, we got an Error on the run status. We check the message log of and got this message :
    "Process Request shows status of 'INITIATED' or 'PROCESSING' but no longer running".
    Any idea on what happened and what can we do to solve it? I read some other thread regarding these message and they say that I need to refresh the database or something. Your input will be of great help.
    Regards

    Hi,
    What Peopletools are you using ?
    Check if the process scheduler is still running.
    Under $PS_HOME/appserv/prcs/domain_name check stderr and stdout files.
    Under $PS_HOME/appserv/prcs/domain_name/LOGS check the logs files.
    Nicolas.

  • SQR Production Reporting Error

    Hi All,
    We recently did an upgrade from 9.3.3 to 11.1.2.3 and when I try running a SQR rpoduction report I get the error "Internal error: system 9 platform error: C:\Oracle\Middleware\user_projects\foundation1\ReportingAnalysis\data\JF1\tmp\sqr.exec.bat (access is denied). I see the file sqr.exec.bat is created in teh job factory only when we run the job so not sure how to control it...
    Did anyone face the same issue.
    Thank you.

    Hi,
    Can you check  JRE version being used for SQR in 9.3.1 version and 11.1.2.2 version?
    Note: JRE version should match.
    Just for information, the 32-bit version of SQR uses the sqr.ini file and the 64-bit version uses the sqr64.ini .
    Please check  value of the Environment Variable EPM_Oracle_Home.  If  this is not set to the proper value than SQR cannot find the SQR, which contains the Hyperion_Home variable.
    Please check this location for the sqr.ini and ensure that it contains valid entries.
    sqr.ini is located in  %EPM_Oracle_Home%/products/biplus/common/SQR/lib directory. 
    regards,
    Harish.

  • SQR Error 5543

    I've just finished configuring my new Windows 7 workstation, but I keep getting the error: "(SQR 5543) Specify the Oracle DLL name in the SQR.ini file in [Environment:Oracle] section for ORACLE_DLL entry"
    After some scouring, I ensured that my Oracle directory was included in the PATH statement "C:\oracle\product\10.2.0\client_1\bin;". And, I've tried adding the ORACLE path to the suggested location in the sqr.ini
    I had started with an 11g2 client install and have completely removed all of the ORACLE client and reinstalled the 10.02.04 client. That was the last of two suggestions I've run across online. Does anyone have any info about what may be left that needs to be configured?

    Are you running Oracle 64 bit or 32 bit ? Peoplesoft 8.5x client on Windows support only 32bit Oracle client binaries regardless of the OS wordsize.
    Nicolas.

  • SQR Error

    <p>Hi All,</p><p> </p><p>I am very new to SQR Reporting, i am getting the followingerrors in SQR Developer.</p><p> </p><p>1) (SQR 5543) Specify the Oracle DLL name in the SQR.INI file in(Environment<img src="i/expressions/face-icon-small-blush.gif" border="0">racle) Section for Oracle_DLL entry , such as<br>Oracle_DLL = orant71.dll<br><br>2) Failed to produce the HTML output file. Additionally, no .SPF,.LOG, or .ERR files were generated. Most likely causes incluse: SQRconfiguration, and the BRB datasource definition used for thisreport.</p><p> </p><p>Please guide me how to execute a simple SQR code.</p><p> </p><p>I also would like to know how to connect to Tearadata DB andEssbase DB's?</p><p> </p><p>Thanx in advance.</p>

    <p>The reason for #2 is that you probably don't have any printstatements in your code.</p>

  • Questions about Tuxedo patches and errors during installation

    Hi,
    Please help me. I'm doing my school project that requires me to install PeopleSoft Human Capital Management. I do not have customer identifier. Therefore, I could not sign in to Oracle Support. Really appreciate your help!!! Thank you in advance!
    Q1. Are Tuxedo patches able to download from Oracle support only?
    Q2. Is Tuxedo patch compulsory?
    I have few errors in the following:
    Q3. For the documentation (V27932-01 PeopleSoft PeopleTools 8.52 Supplemental Installation Information --> PeopleTools_8.52_Installation_MSS --> Task 7-5-1: Running SQRs on the Client Workstation), I got this error when I use sqrw.exe:
    Error in include file "setenv.sqc on line 408:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-datein-prefix
    Error in include file "setenv.sqc" on line 409:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-datein-suffix
    Error in include file "setenv.sqc" on line 410:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    timeout-prefix
    Error in include file "setenv.sqc" on line 411:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    timeout-suffix
    Error in include file "setenv.sqc" on line 412:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-timeout-prefix
    Error in include file "setenv.sqc" on line 413:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-timeout-suffix
    Error in include file "setenv.sqc" on line 414:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    timein-prefix
    Error in include file "setenv.sqc" on line 415:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    timein-suffix
    Error in include file "setenv.sqc" on line 416:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-timein-prefix
    Error in include file "setenv.sqc" on line 417:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-timein-suffix
    Error in include file "setenv.sqc" on line 418:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    time24out-prefix
    Error in include file "setenv.sqc" on line 419:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    time24out-suffix
    Error in include file "setenv.sqc" on line 420:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-time24out-prefix
    Error in include file "setenv.sqc" on line 421:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-time24out-suffix
    Error in include file "setenv.sqc" on line 422:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    time24in-prefix
    Error in include file "setenv.sqc" on line 423:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    time24in-suffix
    Error in include file "setenv.sqc" on line 424:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-time24in-prefix
    Error in include file "setenv.sqc" on line 425:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    dyn-time24in-suffix
    Error in include file "setenv.sqc" on line 428:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    binarysort-prefix
    Error in include file "setenv.sqc" on line 429:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    binarysort-suffix
    Error in include file "ptset01.sqc" on line 38:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    ptsetxx-included
    Error in include file "ptset01.sqc" on line 92:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    page_orientation
    Error in include file "ptset01.sqc" on line 92:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    colr
    Error in include file "ptset01.sqc" on line 92:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    page_paper_size
    Error in include file "ptset01.sqc" on line 92:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    line_height
    Error in include file "ptset01.sqc" on line 92:
    <SQR 3601> Out of substitution or #DEFINE variables; use -Mfile to increase SUBVARS.
    char_width
    Error in include file "ptset01.sqc" on line 116:
    <SQR 4707> No value found for substitution variable: {page_paper_size}
    paper-size={PAGE_PAPER_SIZE}
    Error in include file "ptset01.sqc" on line 117:
    <SQR 5312> Qualifier 'paper-size' requires a list of values: <val [,val]...>.
    paper-size={PAGE_PAPER_SIZE}
    Error in include file "ptset01.sqc" on line 117:
    <SQR 4707> No value found for substitution variable: {page_orientation}
    orientation={PAGE_ORIENTATION}
    Error in include file "ptset01.sqc" on line 118:
    <SQR 5302> Incorrect value for qualifier 'orientation'. Valid values are: portrait landscape
    orientation={PAGE_ORIENTATION}
    Error in include file "ptset01.sqc" on line 118:
    <SQR 4707> No value found for substitution variable: {line_height}
    line-height={LINE_HEIGHT}
    Error in include file "ptset01.sqc" on line 119:
    <SQR 5316> Qualifier 'line-height' uses an invalid Unit-Of-Measure suffix.
    Valid suffixes are: dp pt mm cm in
    line-height={LINE_HEIGHT}
    Error in include file "ptset01.sqc" on line 119:
    <SQR 4707> No value found for substitution variable: {char_width}
    char-width={CHAR_WIDTH}
    Error in include file "ptset01.sqc" on line 120:
    <SQR 5316> Qualifier 'char-width' uses an invalid Unit-Of-Measure suffix.
    Valid suffixes are: dp pt mm cm in
    char-width={CHAR_WIDTH}
    <SQR 1806> Out of query space. Use -Mfile to increase QUERIES.
    SQR for PeopleSoft: Program Aborting.
    Press ENTER to close...
    Q4. For the documentation (V27932-01 PeopleSoft PeopleTools 8.52 Supplemental Installation Information --> PeopleTools_8.52_Installation_MSS --> Task 8-4-1: Creating, configuring, and Starting the Application Server Domain), I can't boot when I use psadmin application and got this error:
    (i choose serial boot (1), don't know which is better to choose)
    Command to execute <1-2, q> [q]: 1
    Attempting to boot bulletin board...
    tmadmin - Copyright <c> 2007-2008 Oracle.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by Oracle.
    Tuxedo is a registered trademark.
    No bulletin board exists. enter boot mode.
    INFO: Oracle Tuxedo, Version 10.3.0.0 with VS2008, 32-bit, Patch Level <none>Booting admin processes ...
    exec BBL -A :
    process id=4952 ... Started.
    1 process started.
    Attaching to active bulletin board.
    Attempting to boot ...INFO: Oracle Tuxedo, Version 10.3.0.0 with VS2008, 32-bit, Patch Level <none>
    Booting server processes ...
    exec PSWATCHSRV -o ".\LOGS\stdout" -e ".\LOGS\stderr" -A -- -ID 35931 -D TESTSERV -S PSWATCHSRV :
    process id=4076 ... Started.
    exec PSAPPSRV -o ".\LOGS\stdout" -e ".\LOGS\stderr" [email protected] -- -D TESTSERV -S PSAPPSRV :
    CMDTUX_CAT:1685: ERROR: Appliction initialization failure
    tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
    tmshutdown -qy

    you said3. I run the SQR by pressing the PS_HOME\bin\sqr\MSS\binw\sqrw.exe and I type in my report name, datasource, username and password then click ok then the command came out.
    >
    What you didn't do was set the SQR arguments in the Report Arguments section. You need to supply the arguments as follow:
    -ZIF%PS_HOME%\sqr\pssqr.ini -i%PS_HOME%\sqr -fc:\temp\youroutput.htm -printer:ht -keep
    You have to do this for each SQR you want to start.
    To avoid typing these arguments every time, create a shortcut of sqrw.exe, on your desktop, or where ever your like and open the properties of the shortcut and change to command line to
    %PS_HOME%\bin\sqr\ORA\binw\sqrw.exe -ZIF%PS_HOME%\sqr\pssqr.ini -i%PS_HOME%\sqr -fc:\temp\youroutput.htm -printer:ht -keep
    Now when you dubble click on the shortcut the arguments will be filled in automatically.
    Change %PS_HOME% in above statements to your PS_HOME.
    You can also read this in the installation manual in chapter Task 7A-21-1: Running SQRs on the Client Workstation

  • 9.3.1 Migration Utility gives "Project does not exists" error in log

    In preparation for using Hyperion Reporting and Analysis 9.3.1, I have installed the following on a Linux test server:
    --Oracle App Server 10.1.3
    --Oracle Database 10g XE
    --Hyperion shared services 9.3.1
    --Hyperion UI Services 9.3.1
    --Hyperion SQR Production Reporting 9.3.1
    --Hyperion Reporting and Analysis, Financial Reporting 9.3.1
    Everything is up and running and I created a new user account in Shared Services to administer the system, and attempted to give it full access by provisioning it with all the available roles. I received an error message stating
    "+OracleJSP: An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param debug_mode to "true" to see the complete exception message.+"
    I'm investigating that now, but the roles seemed to be assigned to the user anyway.
    When attempting to migrate from HPSu 8.5.2 to Reporting and Analysis 9.3.1 using the 9.3.1 Linux x86 Migration Utility (V11333-01 from edelivery.oracle.com), I get the following error message in a test migration:
    The migration process has been failed on 'User Defined Roles' migration step*
    I set the log level to debug and looked it over and here are the error details:
    +\[09 16 10:49:29,080] \[ERROR ] The migration process has been failed on 'User Defined Roles' migration step+
    +\[09 16 10:49:29,081] \[ERROR ] com.hyperion.interop.lib.OperationFailedException: Project does not exists by this id '%201252935352214.11'.+
    com.hyperion.pmt.migrator.common.CommonException
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.doAssignDefaultGroup(MigrationManagerImpl.java:864)
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.startMigration(MigrationManagerImpl.java:751)
    at com.hyperion.pmt.migrator.userprovision.ui.panels.MigrationPanel$ProcessRunner.run(MigrationPanel.java:304)
    Caused by: com.hyperion.interop.lib.OperationFailedException: Project does not exists by this id '%201252935352214.11'.
    at com.hyperion.interop.lib.helper.AdminProjectHelper.getProjectNameByID(Unknown Source)
    at com.hyperion.interop.lib.CMSClient.getProjectNameByID(Unknown Source)
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.getDefaultGroupBundle(MigrationManagerImpl.java:824)
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.doAssignDefaultGroup(MigrationManagerImpl.java:861)
    +... 2 more+
    We've only one user-defined role in the source system that I don't think is giving us this issue, it is inactivated and "User Roles" was not one of the selected objects to migrate.
    I would like to try taking the role completely out of the source system if possible, preferably through SQL applied to the V8 tables or through the SDK.
    The error looks like it lies in the migration task following the user role provisioning, doAssignDefaultGroup* and is caused by getProjectNameByID*
    The steps I have taken (for sanity sake) so far are:
    --I've removed all associations with this user defined role in the source system (users, groups, and roles) using the administrative interface on the web.
    --I've unchecked 'User Defined Roles' on the list objects to migrate from the source to target systems in the Migration Utility, but I still get the error.
    It looks like it is trying to provision a user defined role in the target system, but it is not finding a default project by the id in the error message.
    Are there any Shared Services steps in the target system that need to be taken besides creating a manager type user to use as a log in for the Migration Tool?

    I turned on the jsp debug init-param for the system for more information about the error. I get the following:
    Request URI:/interop/jsp/css/CSSTemplate.jsp
    Exception:
    OracleJSP:oracle.jsp.parse.JspParseException: /jsp/css/provisionSummary.jsp: Line # 119, <bean:define id="appId" name="appName" property="key"/>
    Error: Tag attempted to define a bean which already exists: appId
    When I attempt to provision the user I created for administrative purposes, Ialso see the following:
    --from the file SharedServices_Metadata.log I see the error:
    +2009-09-18 15:55:32,399 \[AJPRequestHandler-HTTPThreadGroup-6\] ERROR com.hyperion.eie.common.cms.CMSFacade - org.apache.slide.structure.ObjectNotFoundException: No object found at /users/admin+
    --from SharedServices_Admin.log
    +2009-09-17 14:49:20,583 \[Thread-13\] ERROR com.hyperion.cas.server.CASAppRegistrationHandler.loadApplicationsFromCMS(CASAppRegistrationHandler.java:430) - AuthorizationException occured when loading applications : Refer log in debug mode for details+
    How does one set these logs into debug mode ?

  • Help needed to use only SQR reporting with Oracle 10g

    I have very old SQR reports (ver 2.28) that are still being used by connecting SQR to an Oracle7 DB. We have migrated the data from Ora7 to Oracle 10.2.0.4. The issue is that SQR 2.28 is not able to connect to Oracle 10.2.0.4. Hence I want to use the new version of SQR that is part of OBIEE.
    I am not familiar with OBIEE and my interest is only using the SQR portion of it.
    1. Can any one help me as to how to go about installing SQR portion of OBIEE on a Linux Itanium 64-bit box? My Oracle 10.2.0.4 DB is also running on the same box.
    2. What are the minimum components of OBIEE I need to install to make use of SQR ?
    3. Any other relevant information
    Thanks.

    When installing webgate, make sure the Access Server is running. You will get this error if Access Server is down or not reachable. ( Make sure from the machine where you are installing webgate you can ping to Access Server by Name).
    Thanks
    Ram

Maybe you are looking for

  • HELP cant get it to get music, frusterated into te

    ok, i got it for christmas, and i was realy looking forward to getting it going cause i have an mpc port in my car and i dri've alot, well...you get the drift, either way, i cant get it to work, i tried calling the customer support, but forgot they w

  • Windows Under Boot Camp & No Whine

    Hello, My first post and first Mac. Not sure if this has been posted yet but apologies if it has. My Week 11 MBP has the Processor Whine which can be gotten rid of using the methods we all know about. When I am in Windows though there is no whine at

  • Embedded OC4J Server - Turn off BC4J debugging

    Hi all, I am just switching over from Eclipse(Rational RAD) to JDeveloper and using BC4J. I am struggling a bit with the embedded server under 10.1.2. The console messages roll off the top. Argh.. I want to shut down as much unnecessary logging as po

  • Differences between songs bought on iTunes, vs. song bought on other sites?

    Can someone please explain to me exactly what are the differences in file types between buying songs on iTunes store vs. other sites. I have been buying songs from various Russian sites, and I wonder will iTunes try to block me from playing those fil

  • Basic Football Manager Game in Java

    [http://bygfoot.sourceforge.net/new/about/] Hi, I would like to create a basic Football Manager Game for the desktop using Netbeans. Is this the only package I will need to create this Game for the Desktop? What Java skills will I need to learn to cr