Display text as information when a user runs a package via Excel

Hi,
Is it possible to add text to the pop up window a user gets when running a package via the epm add-in? Ideally as per the attached screenshot.
Thanks,
Arnold

Hi Vadim,
I tried PROMPT(MESSAGE,[label]) but I could see only 3 lines text. how to make it scroll enable for all the test.
I am using EPM ADDIN SP17 AND Office 213.
Regards,
Andrew.

Similar Messages

  • How to remove save, cancel option when end user runs the workbook in Portal

    Hi,
    how to remove save, cancel option when end user runs the workbook and make some small changes like using page items or increasing rows and columns
    I already made 2 changes
    1) I removed the option in Oracle Enterprise Manager under discoverer viewer of saving
    2) I also removed the option of Allow saving changes made in Viewer when adding workbook to portal
    But still the end user gets options of saving when made small changes to workbook like increasing rows and columns
    Is their any place, I need to make changes?
    Thanks in Advance
    Rowdheer

    Don't use JSP to serve a binary file. It almost implies the use of awful scriptlets and the invocation of both the response writer and the response outputstream which would only lead to IllegalStateException headaches in the server logs.
    Use a Servlet instead. Specify the file name as request parameter and let the servlet read the file and write it to the outputstream of the response.

  • Error in sql server with a trigger (I want to display a customize message, when the user left a blank field or null) How can I do?

    How I display a customize message(with a trigger)when a user left a blank field? I want to the stop the insert statament if the user left  the status field in blank. I create a trigger but now I can't enter a row, i used an instead trigger
    too but doesn't work. I want to display a customize message when the user left the
    status field in blank or null. 
     I have the following code:
    CREATE TRIGGER [dbo].[BLANKFIELD] 
    ON [dbo].[Status] 
    FOR INSERT 
    AS 
    BEGIN 
    IF (SELECT COUNT(*) FROM inserted WHERE Status IS NULL) =1
     PRINT 'Please Fill the Status  field is required'
    Rollback;
    END 

    I agree with other comments that you should do this with specifying that the column is NOT NULL to prevent it from being NULL and a constraint if you don't want it to be blank (spaces or the empty string - note that the empty string is not the same thing
    as NULL).
    But for completeness, the reason your trigger does not ever allow you to enter a row is the code
    IF (SELECT COUNT(*) FROM inserted WHERE Status IS NULL) =1
    PRINT 'Please Fill the Status field is required'
    Rollback;
    Since you don't have a begin/end block after IF, the only conditionally executed statement is the one immediately following the IF (that is the PRINT).  So the Rollback is always executed whether or not the IF is true and so all updates are rejected.
    So if you were to do this in a trigger you could do something like the following
    CREATE TRIGGER [dbo].[BLANKFIELD]
    ON [dbo].[Status]
    FOR INSERT
    AS
    BEGIN
    IF EXISTS(SELECT * FROM inserted WHERE Status IS NULL)
    BEGIN
    PRINT 'Please Fill the Status field is required';
    Rollback;
    END
    END
    (As José noted, there can be more than one row in the inserted pseudo table, so you don't want to test whether the COUNT = 1, instead just whether one or more rows exist where the Status  is null.  If you want to prevent Status is NULL, or all
    spaces, or the empty string, then your IF statement would be
    IF EXISTS(SELECT * FROM inserted WHERE ISNULL(Status, '') = '')
    Tom

  • Display Community Names, only when Current User is a Member of that Community

    Greetings,
    I have a Community Site Collection(say ABC). Within that I have many Community Sub-sites(say X,Y,Z). I want to display the Community Sub-site Names in Community Home-page for the Condition,
                      When Current User name Exists in "Community Members".
    1.For that i have to access "Community Members" list from all Sub-sites(say X,Y,Z) within Community Site Collection(say ABC).
    2.Display Community Sub-sites Name Queried for Current-user Name Exists in "Member" Column of "Community Members" List
    Is this the Correct Solution for my Requirement? Or any Best Practice available? 
    Thanks in Advance for help

    Thanks for your Reply
    You mean I need to use Custom Webpart and Content Editor in my Community Homepage.
    1.Custom Webpart for displaying all Subsites within SiteCollection and
    2.Content Editor to hide Community name(By Using JavaScript)
    I can display all Subsites within SiteCollection using Spweb.getsubwebsforcurrentUser()
    But it seems complex to hide non-member community names. The reason is that for a particular user itself i need to filter out "Is this Current User Member of this Community?" for all Subsites
    Any better Solution? Hope it would be
    Thanks,
    Vinnarasi

  • Create a signature when a user runs their logon script.

    Hi All,
    Is it possible to add a signature by a logon script to a user? I would like to do this as I have over 80 users and going to each individual is becoming a pain. I also don't want them to know there the logos are as they could sign it fraudulently.
    When I say logon script, I mean the user runs a script to make their signature. All we need is for it to link to their Microsoft Certificate base and just have the logo that we make.
    Please help.

    Signatures cannot be on a drive. They are not dissociated from documents. Signatures reside inside signed PDFs. You probably confuse signature appearances with digital signatures. Signature appearances do reside on a hard drive.
    I can create my signature appearance that says (in the image on the page) that I am Bill Clinton. But if you open the signature panel and inspect signer's certificate you can see who the actual signer is (unless it is a self-signed certificate in which case the signer's identity is unknown). I believe that your problem is more related to misunderstanding how digital signatures work than being a real problem at all.
    Or maybe you are not using digital signatures at all and are using electronic signatures which are just stamps (or images) and you are concerned that someone can access a stamp (image) that belongs to another person and fraudulently sign with this other person's stamp (image). Well, if this is the case then only person who owns a stamp/image must have access to it. You cannot place all stamps/images for all people in one location. You need to place each in a protected location to which only this person has access (like password-protected folder). This is what signature services like EchoSign do.
    This is why I like digital signatures so much better. If you procure signer's certificate from a reputable Certificate Authority all these problems (besides signature appearance) just do not exist.

  • Error when trying to run delivery report via OWA

    When I click 'search' to run a Delivery Report via OWA I get the error "Sorry! We're having trouble processing your request at the moment. PLease try again in a few minutes".
    It does this contstantly no matter how many times I try. And it's not as if the server is struggling with resources or anything, that's fine.
    The following event shows up in the server event log too at the same time I try to run a report:
    Event ID 12014
    Microsoft Exchange could not find a certificate that contains the domain name NMSMAIL01.nms2k.int in the personal store on the local computer. Therefore, it is unable to support the STARTTLS SMTP verb for the connector Applications and Printers with a FQDN
    parameter of NMSMAIL01.nms2k.int. If the connector's FQDN is not specified, the computer's FQDN is used. Verify the connector configuration and the installed certificates to make sure that there is a certificate with a domain name for that FQDN. If this certificate
    exists, run Enable-ExchangeCertificate -Services SMTP to make sure that the Microsoft Exchange Transport service has access to the certificate key.
    I wonder if anyone has had this particular error when running delivery ports. I don't want to caryr out any changes until I'm sure it's the right thing i'm doing for the right reason.
    Thank you

    Hi,
    If the issue persists, I recommend you follow the steps below for troubleshooting:
    1. Please stop all the Exchange services on CAS Server and then stop IIS by running the iisreset/stop command.
    2. Locate to C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET, delete all the files and folders after taking a backup.
    3. Start all Exchange services on CAS Server and then start the IIS by running iisreset/start command.
    4. Locate to C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files, once user logon via OWA and then go to Options, new folders like OWA, ECP, will get created automatically.
    After the above settings, please check if users can run delivery report via OWA.
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Fin Reports - Error when trying to run a report via Workspace - 11.1.1.3

    I can run the report via the client. But when any user tries and runs it via workspace we get:
    <?xml version="1.0" encoding="UTF-8"?>
    <BpmResponse action="" type="error">
    <code>0</code>
    <desc>; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
    java.io.InvalidClassException: com.hyperion.reporting.properties.PovProperties; local class incompatible: stream classdesc serialVersionUID = 2904510004932374854, local class serialVersionUID = -1387329505542936014</desc>
    </BpmResponse>

    Have you done any reinstall activities or applied patches recently? I have seen this when I was patching a multi server environment where the reporting server had one patch level but the fr web had the old patch level. I would inspect the sizes and dates of your financial reporting jar files on the different servers to ensure they match.
    Nick

  • Missing information when Outlook user cancels a meeting

    I've just switched over from Entourage to Mail and a client sent me a meeting request. iCal picked it up OK and I was able to see the meeting details and respond.
    Today the meeting got cancelled. iCal pick up the meeting cancellation from Mail and deleted the event. However, there was a lot of other information in the meeting cancellation request file. My client had suggested other times and asked for responses. The only way I could see this information was by saving the ics file to disk and opening it in TextEdit.
    Is there any way to get iCal to display the full contents of a cancelled meeting request rather than simply deleting the event?
    Thanks,
    Nigel

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Error trying to run SSIS Package via SQL Server Agent: DTExec: Could not set \Package.Variables[User::VarObjectDataSet].Properties[Value] value to System.Object

    Situation:
    SSIS Package designed in SQL Server 2012 - SQL Server Data Tools
    Windows 7 - 64 bit.
    The package (32 bit) extracts data from a SQL Server db to an Excel Output file, via an OLE DB connection.
    It uses 3 package variables:
    *) SQLCommand (String) to specify the SQL Statement to be executed by the package
    Property path: \Package.Variables[User::ExcelOutputFile].Properties[Value]
    Value: f:\Output Data.xls
    *) EXCELOutputFIle (String) to specify path and filename of the Excel output file
    Property path: \Package.Variables[User::SQLCommand].Properties[Value]
    Value: select * from CartOrder
    *) VarObjectDataSet (Object) to hold the data returned by SQL Server)
    Property path: \Package.Variables[User::VarObjectDataSet].Properties[Value]
    Value: System.Object
    It consists out of 2 components:
    *) Execute SQL Task: executes the SQL Statement passed on via a package variable. The resultng rows are stored in the package variable VarObjectDataSet
    *) Script Task: creates the physical output file and iterates VarObjectDataSet to populate the Excel file.
    Outcome and issue:The package runs perfectly fine both in SQL Server Data Tools itself and in DTEXECUI.
    However, whenever I run it via SQL Server Agent (with 32 bit runtime option set), it returns the errror message below.
    This package contains 3 package variables but the error stating that a package variable can not be set, pops up for the VarObjectDataSet only.  This makes me wonder if it is uberhaupt possible to set the value of a package variable
    of type Object.
    Can anybody help me on this please ?
    Message
    Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  6:40:20 PM  DTExec: Could
    not set \Package.Variables[User::VarObjectDataSet].Properties[Value] value to System.Object.  Started:  6:40:20 PM  Finished: 6:40:21 PM  Elapsed:  0.281 seconds.  The package execution failed.  The step failed.
    Thank you very much in advance
    Jurgen

    Hi Visakh,
    thank you for your reply.
    So, judging by your reply, not all package variables used inside a package need to be set a value for when run in DTEXEC ?
    I already tried that but my package ended up in error (something to do with "... invocation ...." and that error is anything but clearly documented. Judging by the error message itself, it looks like it could be just about anything. that is why I asked my
    first question about the object type package variable.
    Now, I will remove it from the 'set values' list and try another go cracking the unclear error-message " ... invocation ...". Does an error message about " ... invocation ..." ring any bells, now that we are talking about it here ?
    Thx in advance
    Jurgen
    Yes exactly
    You need to set values only forthem which needs to be controlled from outside the package
    Any variable which gets its value through expression set inside package or through a query inside execute sql task/script task can be ignored from DTExec
    Ok I've seen the invocation error mostly inside script task. This may be because some error inside script written in script task. If it appeared after you removed the variable then it may because some reference of variable existing within script task.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Error when trying to run drill through in excel.

    About 2 weeks ago we upgraded our system from Essbase 654 to 931.
    Some of our users are now getting this error message on their screen when they try to run a drill through report.
    [OLAPISVR] 1051293:
    When I look in the OLAPISVR.log the below error is being written in the log when users get the above error.
    [Wed Jul 16 09:08:56 2008] /IS//0x0/1216217383/Error/1051293/Build-AIS93100B113
    EssbaseAPI: Login fails due to invalid login credentials
    [Wed Jul 16 09:08:56 2008] /IS//0x0/1216217383/Error/0/Build-AIS93100B113
    Analytic Services Error Number 1051293.Failed to Login to Analytic Services Server.
    They are able to logon to the essbase database and do a retrieve fine in Excel, but not drill through. It looks like just before they start to get this error they have changed their network password.
    We are not using shared services to administer the security. We are using an in house application for that. Also the users are set up to use external authentication.
    We did not encounter this error with the 654 version.
    Since the users ids are not changing I assumed the problem is with their password.
    Anybody have any thoughts on what has to be done to fix this error?

    Within EIS, you might have to test all of your Drill-Through reports again for connectivity.
    I believe Excel Drill-through is closer to the LRO (Linked Reporting Objects) functionality.
    The real reports are created and managed with in the EIS application as "Drill Through Report"
    These reports also have a special process for refreshing their data.
    Brian Chow

  • WrongName error when trying to run a package file

    Hi, I am trying to run a file in a package. The package name is called com.davidflanagan.examples.net and the file name is ProxyServer.class. I've set the class path to point to the directory the package is in using the CLASSPATH environment variable. I've tried using "java ProxyServer" and "java com.davidflanagan.examples.net.ProxyServer", but I get a cryptic Wrong name error in both Windows and Linux. Any help would be greatly appreciated.

    First, ProxyServer's source code must start with the line...
    package com.davidflanagan.examples.net;
    Next, you must have a directory structure that matches the package name - a directory named com which contains a directory named davidflanagan which contains a directory named examples which contains a directory named net and ProxyServer.class must be in the net directory,.
    Next, the directory that contains com must be in your Classpath when you execute ProxyServer.
    To execute ProxyServer, use "java com.davidflanagan.examples.net.ProxyServer"
    http://java.sun.com/docs/books/tutorial/java/interpack/packages.html

  • Error when user run package at similar time

    Hi,
    I have a problem when two users run the same package at similar time. The package load the journals file and the package log show a warning: : u201CPath cannot be the empty string or all whitespace.u201D I don't know why we have this error that sometimes appears. Can you help me?
    This is the part of log:
    "Convert Task
    Success
    Recuento de registros:162
    Aceptar el recuento:162
    Rechazar el recuento:0
    Omitir el recuento 
    Path cannot be the empty string or all whitespace."

    Hi
    You can keep the VALIDATERECORDS = YES. But make sure that the input file does not have any empty rows.
    Bad file:
    A001,2010.JAN,ACTUAL,E001,2.0
    A002,2010.JAN,ACTUAL,E001,2.0
    A003,2010.JAN,ACTUAL,E001,2.0
    Good file:
    A001,2010.JAN,ACTUAL,E001,2.0
    A002,2010.JAN,ACTUAL,E001,2.0
    A003,2010.JAN,ACTUAL,E001,2.0
    /Marco

  • How can i use an external screen on mountain lion when i'm running on battery power?

    Hey all:
    I just upgraded from snow leopard to Mountain Lion, and i use external screen, keyboard and mouse all the time....
    On Mountain Lion it's perfect when the power adaptor is connected as soon as you close the LID your external screen becomes the primary screeen and it's fully functional desktop (no mirroring or extension screen)
    But the problem is when i'm in battery power, in snow leopard i used to close my lid my mac goes to sleep then i wake it up using the mouse and immediately open the LID so it doesn't go to sleep again and now i'm running on battery power with a primary external screen.
    Any idea how to use an external screen on mountain lion while i'm on battery power? (i know i can use mirroring but i want just 1 primary screen and the laptop screen would be turned off )
    Thanks for the help.....
    Sherif

    Sherif Daniel wrote:
    my question is how to use an external display with mountain lion when i'm running on the laptop battery not connecting the ac adaptor?
    Thanks again
    You can't with the lid closed, that's one of the rules for clamshell mode.
    http://support.apple.com/kb/ht3131

  • Error when run Process Chain via BPC NW

    Hi Gurus,
    I am implementing SAP BPC 7.5 NW in a customer and I´m facing the following error when try to run a process chain via Data Manager: "Failed to analyze instruction ,TAB,%TAB% ".
    Here is the scenario: we created a process chain that will be able to capture values recorded in a BPC application, load them into an DSO (make some transformations there) and finally send those transformed values to an specific table at ECC. This process will be started after some simulations at BPC and, when the user ends its simulation, start this process chain via BPC; this process chain is named as PC_ECC.
    We made a  copy of /CPMB/DEFAULT_FORMULAS and named it PC_FORMULA and, before step /CPMB/CLEAR, I assigned my process chain PC_ECC.
    So, at Data Manager, I add this process chain (PC_FORMULA) and in Advanced button, I put this statement:
    INFO(%EQU%,=)
    INFO(%TAB%,;)
    TASK(PC_FORMULA,TAB,%TAB%)
    TASK(PC_FORMULA,EQU,%EQU%)
    TASK(PC_FORMULA,SUSER,%USER%)
    TASK(PC_FORMULA,SAPPSET,%APPSET%)
    TASK(PC_FORMULA,SAPP,%APP%)
    //TASK(PC_FORMULA,LOGICFILENAME,DEFAULT.LGF)
    //TASK(PC_FORMULA,REPLACEPARAM,TESTE3%EQU%%TESTE3%%TAB%ASARENT%EQU%%ASARENT%%TAB%SOURCE%EQU%%SOURCE%%TAB%TARGET%EQU%%TARGET%)
    As we do not have any script logic to be executed, we commented the two last statements.
    When we run this package via DM, it gives us the message error:  "Failed to analyze instruction ,TAB,%TAB% "
    Looking through SDN forum we found two posts similar to this issues:
    But the suggestion to supress the statement TASK(PC_FORMULA,TAB,%TAB%) do not work; when we comment this statement, the message error gives us the message:"Failed to analyze instruction ,EQU,%EQU% "; when we comment the statement TASK(PC_FORMULA,EQU,%EQU%) and the previous (with TAB). the DM gives us the message: TASK(PC_FORMULA,SUSER,%SUSER%) and so on, until nothing has left to comment.
    Anyone of you view or has some similar case of error?
    Thanks in advance to you all
    Best Regards
    Adriano

    Hi Rich,
    Thanks for your answer.
    I checked the parameter at my process chain and it has a variant (/CPMB/DEFAULT_FORMULAS_LOGIC) with the parameters:
    TAB
    SUSER
    SELECTION
    SAPPSET
    REPLACEPARAM
    MEMBERSELECTION
    LOGICFILENAME
    EQU
    So, when I put in the task PC_FORMULA, TAB, %TAB%, it will be able to be recognized by the task...and the other parameters too. And when I take one of them off the task instructions, the system complains.
    Any other suggestion?
    Once again, thanks..a.nd best regards
    Adriano

  • Why does the Error: 500 SC_INTERNAL_SERVER_ERROR appear when multiple users access my JSPs but does not occur when only one user accesses my JSPs?

    When multiple users run my JSP application, why do some users get an Error: 500 SC_INTERNAL_SERVER_ERROR for certain JSP pages with the error message No such file or directory. The JSP listed on the Error 500 page varies and is not always the same. When only one user runs my JSP application, the problem does not occur?
    The database connection is held when the user logs in or accesses certain parts of the JSP and then is immediately released. No connections to the database are held.
    We are using Solaris 8 with MU_6 plus recommended patches.
    Enterprise Ultra 250
    iAS 6 SP 3

    Is anything showing up in the KXS or KJS logs?
    It sounds like you might having some kind of thread safety issue with your code. Either that or your guess about running out of database connections.

Maybe you are looking for