Friday, 25 July 2014

New Weekend Hyperion Batch

Hi All


We will be starting a new weekend Hyperion Batch form tomorrow at 10 am



Weekendbatch
1. Please join my meeting.
https://global.gotomeeting.com/meeting/join/148369797
2. Use your microphone and speakers (VoIP) - a headset is recommended. Or, call in using your telephone.
United States: +1 (408) 650-3121
Access Code: 148-369-797
Audio PIN: Shown after joining the meeting
Meeting ID:148-369-797
GoToMeeting
Online-Meetings made easy
 

Wednesday, 23 July 2014

questions & answers

Tell me the end to end procedure how do you schedule the batch?

 Ans - We are handling the scheduleing procedure of batch by using Autosys server. The job of autosys  servers to schedule the batches. We need to created the batch file and give it to the admin of autosys server. They   will take care of scheduling.



How do you capture errors while building the dimensions?

Ans - by using Message panel and application log file



What are the things that you take the backup?

Ans - outline, security, rule files, data,calculation script.


. What is the the use of navigation without data in Excel- add-ins?

Ans - The use of navigation without data in excel - add ins is we can see the hierarchy . we can navigate with out data. 


. I have got 10 reports in my financial reporting and i want to send all those reports in one pdf how to you do that?

Ans - By using BOOK .



IS there any situation that i get more number of text files then the number of dimensions in my outline to build the dimensions?

Ans -Yes ..   . There is an option called Ignore the data. we can ignore it.

Can i assign storage properties in my rule file if yes how should i do it?

Yes..

If your end user complaint in report where should u check for finding error values? and what is the procedure that you follow to close it? Do you interact with user directly? if yes what is the mode of your interaction?

Ans - we have to share the user screen by using web ax, go  to meeting. we have to check whether the user execute the data properly or not.




How much time it will take to load data in your project?



Ans - Data loading daily basis, weekly basis, depending upon the size of records


While loading the data if server hangs up what will happen?

Ans -  Two options are there either non of the data will load to database or 50 % will load . 


Is your current project and ASO or BSO and who will decide it and at which stage of SLDC?

Ans - bso . in support stage of sdlc they will decide.


 When and how do you take the back up of the cube?

Ans - Daily basis, weekly basis. when the cube is only in read mode we can take backup.


*       

Monday, 21 July 2014

New Batch

Hi All,

New Hyperion batches  will be starting in couple of days.

We have Morning, Evening and Weekend batches.

Thursday, 3 July 2014

Hyperion demo coming Saturday (5/7/2014) at 10.30 AM IST

We would like to inform this Coming Saturday(5/7/2014) we are conducting Hyperion(HFM,HFR,FDM,ESSBASE,PLANNING ) demo (Class room/online) at 10.30 AM IST (Marathahalli  branch).

Class Room demo:
 Marathahalli Branch Address:
#15,3rd Floor,Behind Sapthagiri Tours & Travels AND Vijaya Bank,Marathahalli ,Ban-37.

Online Demo:
 1.  Please join below Gotomeeting at 10.30 AM IST.

 2.  Use your microphone and speakers (VoIP) - a headset is recommended.  Or, call in using your telephone.
Dial +1 (213) 493-0007
Access Code: 541-330-133
Audio PIN: Shown after joining the meeting
Meeting ID: 541-330-133
GoToMeeting®
Online Meetings Made Easy®

 New batch Starts on 10/7/2014(Thursday).

For more information Contact us at

http://www.techthinkerslab.com


Mobile:
+91- 9663034204,8884702534/2386
+1 - 8473806550(USA).
Mail ids:
contact@techthinkerslab.com
trainings@techthinkerslab.com

Thank You,

Techthinkerslab Staff.

Wednesday, 2 July 2014

Hyperion new batch will be starting from July 10, 2014 (Thursday).

We would like to inform, Hyperion (HFM,HFR,FDM,ESSBASE,PLANNING ) new batch will be commencing from July 10, 2014 (Thursday) at Techthinkerslab,Bangalore.
                  
If you interested please contact @ 9663034204,8884702534/2386
Emails:sudhakar.contact@gmail.com,contact@techthinkerslab.com

We are conducting training on latest version of Hyperion 11.1.2.3.

Demo:
Conducting your availability time, please let us know.

Offline demo for All Hyperion Modules :


For more information Contact us at
Mobile:
+91- 9663034204
+1 - 8473806550(USA).
Mail ids:
contact@techthinkerslab.com
trainings@techthinkerslab.com

Thank You 
Techthinkerslab Staff.


Thursday, 29 May 2014

Lifecycle Management (LCM) command-line utility

EPMExportAll (EPM_CloneExport.bat) is a new Oracle EPM (Hyperion) 11.1.2.3 Lifecycle Management (LCM) command-line utility that exports all LCM-enabled artifacts to the file system. It is very similar, in use and function, to the Lifecycle Management Utility (utility.bat), with a few subtle, yet key differences:
  • Unlike the Lifecycle Management Utility (utility.bat), the EPMExportAll utility does not utilize a Migration Definition File to specify which artifacts you want to export. Rather, the EPMExportAll utility grabs all LCM-enabled artifacts by default – whether you want them or not – without specifying a Migration Definition File
  • Although the EPMExportAll utility does not use a Migration Definition File, it does require a properties file as input. The properties file does not come installed, so it must be created and named “input.properties” The input.properties file then needs to be populated with the EPM username and password, to be used by the EPMExportAll utility, each time it runs
  • The EPMExportAll utility does not accept any command-line arguments. The Lifecycle Management Utility accepts some command-line arguments that can be used to list information or to specify a base path
  • While the EPMExportAll utility grabs all LCM-enabled artifacts, it will not grab any artifacts that are not LCM-enabled (e.g., Application Groups Foundation Deployment Metadata Shared Services Registry). The Lifecycle Management Utility (utility.bat) will allow you to select these artifacts
The EPMExportAll utility is executed by running a file called “epm_cloneexport.bat.” This file should be on the Foundation Server, in the Middleware_Home/user_projects/epmsystem1/bin directory (the file may be on a different server and directory, depending on how the installation was done). Here are instructions on how this utility works:

1. Once you’ve located the epm_cloneexport.bat file (in the same directory that the epm_cloneexport.bat file is in), create a blank file and name it input.properties. Open the input.properties file and add the following two lines where mylcmusername and mylcmpassword are the Shared Services credentials for the account that you want the utility to use (Important tip: The password in the input.properties file will be overwritten with an encrypted password during the first run of the utility)
• user=mylcmusername
• password=mylcmpassword
2. Save and close the input.properties file.

3. From a command line, cd to the directory that contains the epm_cloneexport.bat file, and run the following command:
epm_cloneexport.bat input.properties

4. When completed, you should see a message that says: “Migration Status: Success.”

5. Exit the command window.

6. In Shared Services, under “File System,” you should now see a folder called EPM_CloneExport. This folder should contain all of the LCM-enabled artifacts.

7. If you go back and open the input.properties file, it should now display the encrypted password (Important tip: At the time that this was written, there appeared to be a potential bug with this utility, whereby the utility created a sort of ad-hoc MDF file, named epmexportall.xml, and put it in the default File System location, alongside the EPM_CloneExport folder. This file contained the unencrypted version of the password from the input.properties file. The file is generated every time the utility is run. We currently have a ticket open with Oracle to see if this is a bug. In the meantime, as a work-around, I am running the utility in a script and having the script delete the epmexportall.xml file after the epm_cloneexport.bat completes):


For more information Contact us at

Mobile:
+91- 9663034204
+1 - 8473806550(USA).
Mail ids:
contact@techthinkerslab.com
trainings@techthinkerslab.com

Thank You

Techthinkerslab Staff.