ISSUE:1:
While logging into BIP we getting below error:
Checked the BIP sever it incresed the size upto 100%.
We deleted the log files.
Then they are able to login can able to access the reports
oracle.xdo.XDOException: oracle.xdo.XDOException: java.io.IOException: No space left on device
df -h
ISSUE2:
Unable to Login to OBIEE ( Bi Publisher ) With Any User Except Weblogic User
When Trying to Login With Any Bi Publisher User Expect Weblogic User the BIP Unable to connect and raise the below error :-
Error 500 -- Internal Server Error
Form RFC 2068 HyperText Transfer Protocol -- HTTP/1.1
In the Log :-
<[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <2acf00f7cbd603fb:-5c1355d7:145fa9793d9:-
8000-0000000000001235> <1400071598517> <[ServletContext@63404769[app:bipublisher module:xmlpserver path:/xmlpserver
spec-version:2.5 version:11.1.1]] Servlet failed with Exception
java.lang.RuntimeException: User: weblogic, absPath: /~weblogic/user~.profile, locale: null, message: null
at
oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider.writeResource(StructuredSawMtomResourceProvider.java:2375
)
at
oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider.writeResource(StructuredSawMtomResourceProvider.java:2283
)
...
Caused By: java.lang.NullPointerException
at java.lang.StringBuilder.(StringBuilder.java:92)
at oracle.xdo.servlet.resources.CatalogSawMtomResourceProvider.getRealPath(CatalogSawMtomResourceProvider.java:2670)
at oracle.xdo.servlet.resources.CatalogSawMtomResourceProvider._writeResource(CatalogSawMtomResourceProvider.java:1794)
##########
Check the bipublisher.log file and messages like this appear.
java.rmi.RemoteException: access denied for user to path /users/weblogic.; nested exception is: [[
javax.xml.ws.soap.SOAPFaultException: access denied for user to path /users/weblogic.
Regarding to above Error the user Enable to login regarding to User Atr. In Catalog m Solving this issue follow the below steps :-
cd $BI_HOME/insance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/shared/root/users.
and Delete User.atr.
After doing this you will be able to Login.
1. How can we delete the user profile? After deletion of user profile.
2. Should we need to restart the services?
I deleted the profile for user ROHIT.SINGH@FISCAL.CA.GOV, I then was able to login to analytics, the permissions is
enabled when you navigate to Publisher as you can see below.
I’m deleting the profile for the two other users, Please ask them to login to analytics first to recreate the profile, then
publisher.
ISSUE:
Filters updated in Application:
Shah, Sumit G. 11:45 AM
Step 1: Export LCM
Step 2: Download LCM File
Step 3: Extract only filters
Step 4: Create the RenameVersion.vbs file
Step 5: Edit the VBS and provide the correct path name
Step 6: Create DropCmd.txt (Epmty)
Step 7: Run the VB file
Step 8: Check the filter if it was updated
Step 9: Create a copy of the LCM zip file
Step 10: Move the updated filters to the Zip file
Step 11: Upload the updated Zip file into LCM
Step 12: Use the DropCMd file to drop filters in Essbase
Step 13: Import the LCM file
Step 14: Investigate failures
Step 15: Display Filter command to check if it got updated
Step 16: Check sample groups to see if the filter got assigned
Step 17: Actual testing
drop filter 'CalItem'.'Budget'.'BU_0820';
drop filter 'CalItem'.'Budget'.'BU_0840';
drop filter 'CalItem'.'Budget'.'BU_0860';
drop filter 'CalItem'.'Budget'.'BU_0950';
vbscript:
Const ForReading = 1
Set objFSO = CreateObject("Scripting.FileSystemObject")
TheFileName=""
TheCount=0
ThePath="C:\Krishnan\EPM\SoC\Security\Issues\Version Rename\Dev"
TheCommand="drop filter 'CalItem'.'Budget'.'FILE_NAME';"
TheFinalCommand=""
For Each oFile In objFSO.GetFolder(ThePath).Files
if oFile.Name<>"RenameVersion.vbs" and oFile.Name<>"DropCmd.txt" then
set objFle=objFSO.OpenTextFile(oFile, ForReading)
strTargetText = objFle.ReadAll
objFle.Close
if Instr(lcase(strTargetText),"finance gb final")>0 then
strTargetText=replace(strTargetText,"Finance GB Final","Finance Final")
set objFle=objFSO.OpenTextFile(oFile, 2)
objFle.WriteLine strTargetText
objFle.close
end if
TheFinalCommand=TheFinalCommand & replace(TheCommand,"FILE_NAME",oFile.Name) & vbcrlf
end if
Next
set objFle=objFSO.OpenTextFile(ThePath & "\DropCmd.txt", 2)
objFle.WriteLine TheFinalCommand
objFle.close
set objFSO = nothing
Msgbox "Done!"
How to Apply a filters:
1. First we need to apply a filters in app(CalItem).
LCm export file for above application:
2.
Extract the lcm file and copy the vb.script file in location where filters got extracted.
In vbscript file you can check the RenameVersion.vbs update the file path location.
Go to the Easconsole open Maxl script editor
Drop the filters which are updated in DropCmd.txt file or already given by filters names.
drop filter 'CalItem'.'Budget'.'BU_0820';
drop filter 'CalItem'.'Budget'.'BU_0840';
drop filter 'CalItem'.'Budget'.'BU_0860';
drop filter 'CalItem'.'Budget'.'BU_0950';
Next step
Compress the zip file which u are updated the filters and load the file in filesystem.
Stored application in filesystem must imported in same application.
Final step:
Validate the filters has been updated or not.
ISSUE: outline error:
SR 3-9521400971 : Outline Error
The oracle support team updated with solution in Pdf link format.
Below New feature in 11.1.2.4:
Aggregate storage outlines:
To use the XML outline editing feature in Essbase 11.1.2.4, aggregate storage outlines that were created in an earlier
release must first be migrated to 11.1.2.4.
Methods for migrating an outline
- Open the outline in Administration Services Console and, when prompted to migrate the older outline, click OK.
- Use the C API function EssOtlSetOPGVersion or the Java API method setOPGVersion.
Note: Outlines that are migrated to 11.1.2.4 cannot be edited in an earlier release client.
The issue where we cannot open the ASO application outline in view mode seems to be fixed in the 11.1.2.4 or patch .
506.
Below is the update from Oracle on the SR Subhakar was working on.
FOR 11.1.2.4
Please see the below read me:
http://docs.oracle.com/cd/E57185_01/epm.1112/essbase_11124000_readme.pdf
The defect below is fixed in 11.1.2.4 version
Bug 20005755 - UNABLE TO VIEW ESSBASE ASO OUTLINE-VIEW MODE
For 11.1.2.3
To resolve the issue in the same code line as 11.1.2.3.x, please apply the patch below and check:
Patch 20184072: PATCHSET UPDATE: HYPERION ESSBASE SERVER 11.1.2.3.506
The issue fixed is :
· 20132198
Unable to view an ASO outline containing long enumerated lists.
Yes. This is in line with what Oliver sent me yesterday. Please coordinate with Oliver to implement these patches in Dev.
Please see attached email from Olive containing what he got from Oracle.
Oliver – Please work with Riju and you lead this effort to apply these patches. You will apply the patches yourself and
Riju will shadow/support you on this effort.
Issue:
File system is not opening
I moved the exported files to a backup folder under the import_export folder, and I’m now able to expand the file
system folder.
The issue could be caused by one the files in there. We can only delete the files as I don’t think we need to keep them
there for long once they are loaded.
I did the move in both dev and test
Issue: Export and import security file commnds
./ExportSecurity.sh /A=DVPL1SPR,/U=admin
./ImportSecurity.sh "DVPL1SPR,admin,,,,SL_CLEARALL"
ISSUE:
PUH synchriozaiton:
1. application in maitanice mode
2. synchrosize for 1 puh
2. Connnect shcema for QAPL1WV2 APP(connect sql developer).
select scenario_name,version_name,count(*)from W_Decision_Package_V group by scenario_name,version_name;
select count(*)from HSP_LOCK(check the status for locked objects).
it process 40000 objects
4. open the weblogic console check the planning servers. if any of the server is crashed or shoutdown restart only
that planning server only.
4. check the weblogic console>select planning server>monitor>threads>hogging threads(false)>True (It might be cause
of planning server crashes)
Restart the only that particular planning service do next step.
5. Resynchronize the PUH again.
ISSUE:
HOW TO kill business rule or copy decision pkg in PLANNING:
Check the Table at background using sql developer with schema:
If Running Mode: 0 or 1 make it as 2.
Update PLNAPPX1.HSP_JOB_STATUS set run_status=2,end_time=sysdate where JOB_ID=68551.
Completed job status:
ISSUE:
Modified PUH import file :
While importing PUH imported file in Scenario & Version combinations
V.I.P: should not import the PUH modified file in to S&V combination.
Sol: u can import into one s&v combination and try to sync until it completed the synchronization.
And then u go to next s&v combination try to import the modified PUH file.
And then start the synchronization.
Can you please tell me what happend while importing the PUH in all S&V combinations?
they all went out of synch
meaning no one can create DPs / BRs against those
those PUHs are basically now useless till you sycnh them
that is why i wanted them to be done one by one. that way the PUHs we have not updated are atleast usable
for the other BUs
ISSUE:BIP
While logging into below user is in two groups:
OID_DOF_TOTAL & BIP_Consumer.
But connection is h
cna u login to UAT OBIEE using the below credentials
HHS_tamara.baker@fiscal.ca.gov (file://hhs_tamara.baker@fiscal.ca.gov/)
P@ssw0rd1!
after u login go to Wave 2 folder
under that Reports for Departments
and try to run "Appropriation Summary Fall' Report
showing error:contact administrator
Parameter name: P_YEAR Can not establish database connection(HDMQA4)
troubleshoot the issue?
it happens for all 4 reports in that folder.
Issue:
Dev Planning services are not started because of permission issue:
Solution:
Please raise an INC and assign to NADC Unix Tower
Server : VVFISHN9
Issue : Planning Services not starting. Permission issue
Fix : Please run as root the chown commands below
On VVFISHN9
chown hypadm:hypadm
/u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/fmwconfig/diagnostics/.1a239c90-dae6-f0ef-
0af3-093a963e8254.cls
chown hypadm:hypadm
/u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/diagnostics/.1a239c90-dae6-f0ef-0af3-
093a963e8254.cls
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/jms/.1a239c90-dae6-
f0ef-0af3-093a963e8254.cls
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/jdbc/.1a239c90-
dae6-f0ef-0af3-093a963e8254.cls
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/startup/.1a239c90-
dae6-f0ef-0af3-093a963e8254.cls
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/security/.1a239c90-
dae6-f0ef-0af3-093a963e8254.cls
chown hypadm:hypadm
/u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/deployments/.1a239c90-dae6-f0ef-0af3-
093a963e8254.cls
chown hypadm:hypadm
/u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/fmwconfig/diagnostics/.1a239c90-dae6-f0ef-
0af3-093a963e8254.cls/readme.txt
chown hypadm:hypadm
/u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/diagnostics/.1a239c90-dae6-f0ef-0af3-
093a963e8254.cls/readme.txt
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/jms/.1a239c90-dae6-
f0ef-0af3-093a963e8254.cls/readme.txt
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/jdbc/.1a239c90-
dae6-f0ef-0af3-093a963e8254.cls/readme.txt
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/startup/.1a239c90-
dae6-f0ef-0af3-093a963e8254.cls/readme.txt
chown hypadm:hypadm /u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/security/.1a239c90-
dae6-f0ef-0af3-093a963e8254.cls/readme.txt
chown hypadm:hypadm
/u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/deployments/.1a239c90-dae6-f0ef-0af3-
093a963e8254.cls/readme.txt
HN9:
Is there any permissions has been changed in Dev Planning services?
We faced similar issue with Dev planning services in the past.
<Deployment service servlet encountered an Exception while handling the deployment datatransfer message for
request id "1,429,521,017,284" from server "Planning0". Exception is: "java.io.FileNotFoundException:
/u01/app/Oracle/Middleware/user_projects/domains/EPMSystem/config/jms/.1a239c90-dae6-f0ef-0af3-
093a963e8254.cls/readme.txt (Permission denied)
The Planning services are not started yet.
I’m troubleshooting the issue and I found that there are some log files are updated at backend.
start-Planning0-out.log:
<Apr 20, 2015 2:10:19 AM PDT> <Error> <Management> <BEA-141196> <The managed server could
not update the configuration files during the registration with the deployment service.
The update failed due to an exception:
weblogic.management.DeploymentException: Exception occured while downloading filesI
ISSUE: Essbase services are not started.
Sol:
I’m troubleshooting the issue.
Fatal Error: Fatal Error.
/u01/app/Oracle/Middleware/user_projects/Essbase1/EssbaseServer/essbaseserver1/bin/essbas
e.sec is corrupt. Restart Essbase using the latest backup security file, or set the
ENABLESWITCHTOBACKUPFILE config setting to allow Essbase to automatically use a backup
security file
I started essbase using a backup security file.
Processes in Instance: EPM_Essbase1
---------------------------------+--------------------+---------+---------
ias-component | process-type | pid | status
---------------------------------+--------------------+---------+---------
Essbase1 | EssbaseAgent | 3678 | Alive
Rename sec file to below as metioned:
ESSBASE.BAK to ESSBASE.SEC
ISSUE:Perf test environment login issue.
Perf Test environment login resolved:
login and navigation in perf test are now working fine. For some reason the RA FrameWork services were causing the
slowness. I restart the Frame Agent/RaFramework web and the login is ok now.
ISSUE:
Not able to login with OID USER.
Looks like an issue with IAM server. When I try the link that bypasses SSO, I’m able to login with the OID account.
Could you please check.
Hi Team
Offshore team are not able to login FT environment with OID id.
Even my id also zadmin@fiscal.ca.gov) is giving below message
Can any body look into this issue?
ISSUE: While copying the decision package we are getting below message:
Solute: I have restarted the planning service now they are able to copy dp.
Issue: Planning services are not able to start
Sol: permission issue
Start_Planning.out.log:
SELinux
RSA cryptoJ
Madasu, Subhakar [10:49 AM]:
<Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better
startup performance. To enable this check, specify
-Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Jun 1, 2015 6:13:00 PM PDT> <Info> <Security> <BEA-090906> <Changing the default Random
Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this chang
HN9: /u01/app: all_app_folders.sh
Team,
Can you please run the below script as root ? This is to fix the permission issue. This is the DEV Env.
Server : vvfishn9
File : /u01/app/ all_app_folders.sh
The command has been executed.
ISSUE:
HoW To Rename the application:
TST_PLN : connet the schema is in PLANNING TABLES:
UAT_PLN:
Hsp_sysapplication:
Register the application:
ISSUE:
Calculation manager rules are not displaying under planning applications:
Solution: restart the OHS service in VVFISHN7.
i only restarted OHS on N7
Dev: HN7
Check using this command:
/u01/app/Oracle/Middleware/user_projects/Foundation1/httpConfig/ohs/bin/opmnctl status
ISSUE: BIP issue
PFB the error encountered when trying to open any BIP report.
Solution:
I have checked the logs at below location
/u01/app/OBIEE/Middleware/user_projects/domains/bifoundation_domain/servers/bi_server1/logs
It is showing:
22% Archive memory is available:
I have stored and deleted the log files mainly: Adminserver.log files & BI-server.log files. Able to run the reports now.
ISSUE:
we are able to login in workspace while opening application contents are not displaying.
Matt and I worked on the Perf Testing failures that we were facing.
We tested the scripts with different planning instances running. The results show that the scripts fail only on vxl1ap02.
Below is the summary of the testing. Green boxes indicate that those instances were running and others were
shutdown.
The log file for both the instances on vxl1app02 reads:
####<Jul 7, 2015 3:08:14 PM PDT> <Notice> <Diagnostics> <vxl1app02> <Planning3> <[ACTIVE] ExecuteThread: '24' for
queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1436306894470> <BEA-320068> <Watch
'UncheckedException' with severity 'Notice' on server 'Planning3' has triggered at Jul 7, 2015 3:08:14 PM PDT.
Notification details:
WatchRuleType: Log
WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR
(MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
WatchData: DATE = Jul 7, 2015 3:08:14 PM PDT SERVER = Planning3 MESSAGE =
[ServletContext@731065121[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5
version:11.1.2.0]] Servlet failed with Exception
java.lang.RuntimeException: Your session has timed out or was terminated by the application owner or an administrator.
Please log on again.
Solution:
This issue is now resolved. I did test opening planning while app01 was down and it opens properly.
Looks like some adf jar files were altered/corrupted. I reapplied two adf patches and redeployed planning on app02.
Please retry the scripts. If needed we can shut down app01 for you to confirm.
ISSUE: report on lsinventory.
How to run the lsinventory command in linux.
Slo: it displays the opatch information what we install in planning server.
ISSUE:
DP Count:
Can you pull the stats for CalPLANz at 6PM your time again? Thanks!!
1) Login to EAS
2) Open CalPLANz
3) Right click on each cube
4) Edit > Properties
5) Go to Storage Tab
6) Size is in “Data” Column
7) BR Count: Login to PLNAPP1 in TsT. Run the following:
Select scenario_name, version_name, count(* ) from W_Decision_Package_V group by
scenario_name,version_name
8) Add the column total together
9) DP Count: Login to PLNAPP1. Run the following:
select DP_NAME, BR_NAME, scenario_name, version_name, count(*)
from w_decision_package_v
group by DP_NAME, BR_NAME, scenario_name, version_name
10) Right click > Count Rows
DP Count:
Select *
From hsp_object
Where object_type=52 and generation=1
Current Essbase Size (byte)
Performance
Test
(06/16)
(CalPLANz)
Budget 765,698,048
Capital 18,645,068
Future 10,453,067
HCP 17,301,576
Count
BR 126,023
DP 132,854
ISSUE:
While taking the backup, it is not completing the job and it is in struck in mode process. And it is not allowing me to do
another backup.
Sol:
Looks like on Jul 29, the export backup job got terminated and killed the process completely and somebody removed the
relevant dump file. So I was not able to kill the job. Instead I dropped the master table (HYAFT1_SCHEMA) where the
meta data resides for the given data pump job. The table will get created automatically for any of the next data pump
jobs.
ISSUE: BIP is down?
Solution: This might be permission issue we have faced earlier.
BI Managed services are not started.
I have checked the below logs files it is showing:
####<Jul 20, 2015 1:42:26 AM PDT> <Error> <oracle.as.management.mbeans.opmn> <VVFISHN4.vv.fiscal.ca.gov>
<AdminServer> <OpmnProcessThread-status-851> <<WLS Kernel>> <> <4987a1bc85c27ded:-3974b338:14eaa528061:-
8000-000000000000000c> <1437381746638> <BEA-000000> <OPMN.queryProcessStatus failed with the following
exception
oracle.as.management.opmn.optic.OpticBadConnectException: Failed to create secure socket for OPMN at
VVFISHN4.vv.fiscal.ca.gov:9501
Updated log files:
Caused By: java.lang.RuntimeException: Error enumerating directory
"/u01/app/OBIEE/Middleware/user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user/analyti
cs_11.1.1/7dezjl/war/res/s_blafp/b_mozilla_4/rtl/.1a239c90-dae6-f0ef-0af3-093a963e8254.cls"; please check its
ownership and permissions.
Caused By: weblogic.utils.enumerations.FileEnumeration$NullDirectoryListException: An I/O error occurred during
listing of the directory: /u01/app/OBIEE/Middleware/Oracle_BI1/bifoundation/jee/mapviewer.ear/web.war/WEB-
INF/classes/.1a239c90-dae6-f0ef-0af3-093a963e8254.cls
ISSUE:
How can we restart the ODI AGENt in app01 in FT?
Started the ODIAGENT_1_vxl1app01 on port 29030.
ISSUE: cwallet.sso
Workspace in UAT is opening very slowly. It takes long time to open all application?
Solution:
Description:
This login issue is related to the disk full issue that happened earlier the day. When the disk hosting hyperion becomes
full, it is very common that the file cwallet.sso inside of
/u01/app/epm/user_projects/domains/EPMSystem/config/fmwconfig to become corrupted. When this file gets
corrupted, none of the services would get started. BUT the services that were already started would not be affected
immediately, they will be affected the next time you try to start them. Which is why we were seeing services not able to
start as soon as we shut them down.
This issue could also propagate to other servers in the same environment. In the case of UAT, Foundation2, Planning1
and Planning2. This is because when you start services on the other server, it would talk to Foundation1, and makes a
copy of the cwallet.sso and store it in its own server. In today’s case, the corrupted cwallet.sso was copied to all 4
servers in the same environment.
Solution:
We restored the cwallet.sso from backup, place it under Foundation1 server, restart all services on all 4 servers which
caused the restored cwallet.sso to be copied over to the 3 other servers.
Lesson Learned:
This issue was very hard to debug, mainly because we were unaware that the cwallet.sso was corrupted, and that the
cwallet.sso would be copied to other servers upon services restart. This misled us to believe it was caused by other
reasons.
ISSUE:
Network issue in EAS Console.
Solution:
Check the services first.
Check the server port is correct if you get time shake and handshake failure
Using below command u check the port is listening or not
1. netstat -nao|grep 1423 / /*process listening on the port 1423
2. ps -ef|grep hypadm= if no essbase is running.
Issue:
even though there are reporting cubes, but just in case. We need to enable Transaction logging as well for the new
CalPLANu in FT.
essbase.cfg
1- Add the line below to essbase cfg --- done
a. # Added on Oct 13th to enable logging for CalPLANu
b. TRANSACTIONLOGDATALOADARCHIVE CalPLANu SERVER_CLIENT
c. TRANSACTIONLOGLOCATION CalPLANu
/u01/oraclewls/domains/vxl1app07/epm_uat/Essbase1/EssbaseServer/essbaseserver1/EssbaseTransac
tionLogs NATIVE ENABLE
2- Restart Essbase. ----- Subhakar will do during his time shift tomorrow.
ISSUE:
essbase services are not started.
Solution:
Hi Rabah/Andrew,
I have checked the logs at below location:
/
u01/app/Oracle/Middleware/user_projects/Essbase1/diagnostics/logs/OPMN/opmn/console~Essbase1~EssbaseAgent~
AGENT~1.log and also port is not listening using (netstat -na|grep 1423).
It is showing below error message:
Fatal Error: Essbase is already loaded.
File /u01/app/Oracle/Middleware/user_projects/Essbase1/EssbaseServer/essbaseserver1/bin/essbase.lck is being held
by process id 4757.
I have googled it using essbase.lck file using link.(https://community.oracle.com/thread/2538962?tstart=0).
According to that link they mentioned that remove the essbase.lck and then start the essbase services so I tried to
remove the essbase.lck file but it is not allowing me to (rename, copy and delete), it is showing permission denied.
While starting essbase services this Essbase.lck being held by process id(4757) so the services are not starting.
Please check .
Our essbase server vvfishn8 is having an issue, it appears that it’s mounted on a read
only file system, which caused the whole mount is read-only. We can’t change any files.
Please take a look.
ISSUE:
Smartview error:
go to smartview -> options->data options
uncheck all boxes under suppression and also and last box for - suppress missing blocks
Issue:
While retrivening planning aso cube we are getting below error.
Please refer below attachment for reference (essbase.cfg).
essbase.cfg
Solution:
; Uncomment and adjust these settings to tune ASO Transparent Partitions
; MAX_REQUEST_GRID_SIZE ASOAPPNAME 50000000
; ENABLE_DIAG_TRANSPARENT_PARTITION ASOAPPNAME TRUE
Write it in essbase.cfg file(path:
/u01/app/Oracle/Middleware/user_projects/Essbase1/EssbaseServer/essbaseserver1/bin)
ISSUE: IAM issue in FT ENVIRONMR
There is an IAM issue. We raised a ticket for the IAM team to work on it.
ISSUE:
How to Maxl Command:
Reference:
http://www.orahyplabs.com/2010/05/how-to-encrypt-essbase-maxl-scripts.html
/u01/app/Oracle/Middleware/user_projects/Essbase1/EssbaseServer/essbaseserver1/bin/startMaxl.sh -gk;
/u01/app/Oracle/Middleware/user_projects/Essbase1/EssbaseServer/essbaseserver1/bin/startMaxl.sh -E
"/epm_share/maxl/Importpoc.mxl" 54101,1108083607
screenshots
maxl.msg
----------------------------------------------------------------------------------------------------------------------------------------------------------
spool on to '/epm_share/maxl/POC.log';
login 'admin' 'fi$cal123' on 'local host';
import database 'DVES1POC'.'DVCB1POC' data from server data_file 'POC_Latest.csv' using server rules_file 'Import.rul'
on error abort;
spool off;
logout;
------------------------------------------------------------------------------------------------------------------------------------------------------
spool on to '/epm_share/maxl/POC.log';
login $key 2523735870664113882063844291103725235970 $key
252373587070943042507448337790364963154068327777007038089570 on 'local host';
import database 'DVES1POC'.'DVCB1POC' data from server data_file 'POC_Latest.csv' using server rules_file 'Import.rul'
on error abort;
spool off;
logout;
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Issue:
Refreshing db we are getting below error.
Solution:
Issue: we are getting memory errors while opening the application.
Updating heap memory in linux server(Planning server).
Sol:
-XMS 8192
Issue: Failed To Sync User Issue
It’s because of the ownership of the application. DEV applications have ‘zadmin’ as the owner and not
zadmin@fiscal.ca.gov, while TEST is vice-versa.
We had to switch ownership to native ‘admin’ user and then migrate.
ISSUE:
CalplanU access issue
The issue was caused by Essbase.
Essbase is working fine now. Some reporting cubes were causing essbase to hang. Those sessions have been terminated.
Essbase is hanging. I’m not able to login to essbase from Maxl and EAS. I’m still looking we may need to bounce essbase.
ISSUE: Smart view
We are not able to get the #missing values on excel sheet:
Smartview: data options: we need to uncheck the “Navigate Without data”
ISSUE:
Vvfishd01 not accessible
Solution:
Application is started on host. I will leave INC in Pending status until you reply INC may be Resolved.
Also, I the 500+ GB Share for /u02 needed. Less than 1 GB being Used for that File system. To Reclaim Space on the
Storage Device a Smaller NFS Share May be Created / Mounted in its Place.
VM Stuck with Errors. Had to attach ISO in OVMM edit Boot Order. Boot into safe mode Comment out /u02 ISCSI
Share. Then Remove ISO, and Boot from VM Disk.
Host came up fine and Mounted /u02 File System.
ISSUE:
We are facing below issue while opening task list - BCP in Old Dev - DVPL1POC app. For this I have restarted the
planning,essbase & foundation services but still we are facing an issue.
Updated logs:
EPMSystem.log:
####<Feb 15, 2016 4:25:36 AM PST> <Error>
<oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider> <VVFISHN9.vv.fiscal.ca.gov>
<Planning0> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <>
<005AwsTB0tK3r2^pxSw0yW00024t00025w> <1455539136244> <BEA-000000>
<oracle.adfinternal.controller.metadata.model.xml.MetadataResourceXmlImpl>
####<Feb 15, 2016 4:25:36 AM PST> <Error>
<oracle.adfinternal.controller.metadata.provider.mds.MdsMetadataResourceProvider> <VVFISHN9.vv.fiscal.ca.gov>
<Planning0> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <>
ISSUE:
We are not able to open calcmgr rules.
Slou: restarted the Calcmgr service.