Questions tagged [epm]

A piece of software issued by SAP frequently used as an Add-On to Excel. It allows users, typically in the financial sector, to interact with databases from an Excel interface. Also frequently referred to as "BPC".

32 questions
7
votes
3 answers

Is there a way to create a named pipe from an AppContainer BHO on IE11?

I'm trying to write a BHO for Internet Explorer 11 (Windows 8.1). My BHO implements the AppContainer sandbox, but I can't seem to create a Named Pipe, CreateNamedPipe fails with that message: Access is denied. Here's the code I'm using to create…
pyrho
  • 421
  • 4
  • 13
5
votes
2 answers

What does $$FOO do in bash (in a deb package built with epm)?

On the command line, I get this: $ FOO=foo $ echo $FOO foo $ echo $$FOO 11971FOO Here, $$ resolves to the PID of the shell as expected and "FOO" is printed verbatim. Now, trying to understand and debug some scripts, I find the…
Jan
  • 623
  • 1
  • 11
  • 24
2
votes
1 answer

Accessing named pipe servers from within IE EPM BHO

I am trying to make some changes to our legacy product to support IE EPM on the BHO. I have managed to get it to load and the various methods - SetSite, DocumentComplete etc. - get invoked. I seem to be hitting a snag when trying to connect to the…
Vivek
  • 396
  • 2
  • 13
1
vote
1 answer

Oracle Business Intelligence and EPM (Enterprise Performance Management)

I am integrating Oracle BI with EPM. I am facing an error on Oracle EPM configuration. My buttons and tabs does not respond on click. I can move through navigation but buttons and tabs click does not respond. Have anybody faced this issue? or know…
Jewel
  • 31
  • 1
  • 8
1
vote
2 answers

TFS2010 Automatic folder structure

I want to use TFS like a project repository; I have had a very good experience with SVN, CVS alike. But I am not sure how to achieve this with TFS2010. I have following collections CUSTOMERS (Contains customers and their products) PRODUCTS…
KMån
  • 9,776
  • 2
  • 29
  • 40
1
vote
0 answers

Project Server Enterprise Custom Fields Always result null

i have created enterprise custom fields (formula) for Project server 2016 it was working before the issue now is all formula fields results null even i put fixed text or value of another built in field for example and all formula working with …
1
vote
1 answer

How can I configure email alert to check if an Essbase Application is running or not?

I want to develop a script which will check the state (running or not) of an Essbase application (say, every 15 mins.). If the Essbase application is not running then it will send an alert via email to user or application admin .
Amit
  • 11
  • 1
1
vote
1 answer

Change Project Owner Using PSI 2010(Project Server Interface)

I want to change ProjectOwnerUID Using PSI(Project Server Interface).I wrote that with follow similar code var projectDataSet = this.GetProjectDataSet(projectInfo.ProjectUID); var orginalProject = this.GetProject(projectInfo.ProjectUID,…
1
vote
2 answers

How can I refresh multiple sheets (in specific order) in an Excel workbook using EPM references?

I have a workbook with about 50 sheets to be refreshed in a certain order (to avoid #rfr errors, since the sheets build off of one another). The refresh is done via the EPM add in for Excel. I have activated the FPMXLclient functions and have…
Sean T.
  • 11
  • 1
  • 3
1
vote
1 answer

IE 11 and Enhanced Protection Mode and custom BHO : is there some debug info?

I need to install my custom BHO (written in C#) on Internet Explorer with Enhanced Protection Mode. According to this MS blog post, in Win7 all I need to do is use a 64bits binary, but it does not seem enough as the BHO is still blocked. Is there…
David
  • 5,255
  • 1
  • 14
  • 30
1
vote
1 answer

Registry access restrictions in IE11 Enhanced Protected Mode

I have a plugin that is being loaded to the IE and tries to read the registry in HKCU\Software... path, and being denied. What are the paths in registry (if any) that are permitted to the add-on that should be compatible with the EPM, for…
Sanich
  • 1,623
  • 6
  • 21
  • 39
1
vote
6 answers

Creating a VBA Refresh Macro in Smart View for Oracle

Does anyone know the VBA Code that I need to use so that I can automatically “Refresh” and “Refresh All” using EPM (Hyperion) Smartiew? The “Refresh” function pulls the data into Excel on the active tab where the “Refresh” all function refreshes all…
user2674605
  • 63
  • 1
  • 2
  • 9
1
vote
2 answers

IE BHO Toolbar in EPM (Enhanced Protected Mode)

I'm trying to design a toolbar for IE. I've successfully compiled the 32-bit and 64-bit versions of the toolbar and both are working as expected on IE9. But when I try it on IE10 on Windows 8, the toolbar is not getting loaded. IE is able to see the…
Samarth
  • 11
  • 1
0
votes
0 answers

Oracle EPM Hyperon 11.2 - After deployment failure received error "Temp file not found"

In the workspace console, there is a link provided after any EPM deployment attempt. When you click on the link, it provides the deployment results (whether a completion result or list of errors) in a notepad doc. But now, the link produces a…
0
votes
1 answer

Hyperion Foundation Services Servers are down

I have installed Hyperion EPM 11.1.2.4 in CentOS 7 i.e Foundation Services, Essbase and Financial Reporting. The database I have used is SQL Server. CentOS is not the officially supported OS for Oracle HTTP server and hence I went ahead with…
1
2 3