MaxL script saved on the server

Hi There,
I have MaxL script created and save at Administration Server from EAS. I have users who can launch EAS from web, however he seems not being able to see my MaxL script. Do I need to grant him any specific right so he can see and run the MaxL script.
I have schedule MaxL already, it's just users sometimes want to run that at ad hoc basis.
Thanks

Hi
When you save your script there is a shared option.Try that.

Similar Messages

  • The document could not be saved. The server said: "The operation failed because an unexpected error occurred. (Result code 0×80020005)" Please ensure you have completed all required properties with the correct information and try again.

    I am having problems  saving documents back to SharePoint when any of the document properties (metadata columns) are set to be "managed metadata". The check-in/save fails with error:
    The document could not be saved. The server said:
    “The operation failed because an unexpected error occurred. (Result code 0×80020005)”
    Please ensure you have completed all required properties with the correct information and try again.
    I have seen similar threads that suggest this is a known issue with this version of Acrobat but I would like conformation from Adobe that this is a known issue and whether it is fixed in a newer version?
    Adobe Acrobat version 10.1.13
    SharePoint 2010

    Hi quodd,,
    We are sorry for the issue being faced by you. I need some information from you so that I take further steps:
    1. Which Adobe product are you using Acrobat or Adobe reader- what is the complete version?
    2. How are you opening and saving the PDF, the exact workflow?
         Are you doing it from within Adobe Reader/Acrobat application or opening it from browser, doing changes and saving it using browser itself.
    3. Can you try to save a PDF to library with Custom template and managed metadata columns using browser directly.
    4. Please verify that columns name do not contain spaces or some other special characters.
       Can you try to save PDF to library with Custom template and just a single managed metadata column  with a simple name
    Thanks,
    Nikhil Gupta

  • Viewing HTML page saved  on the server from the browser

    Hi all
    In my application i am having some HTML pages saved on the server. I had given an option to the user to view the HTML page from my application. behind the scene what i am doing is that the view request will get handled by a servlet and from that servlet iam locating the HTML page on the server directory and sending the HTML page to browser by using the Servlet OutputStream. The HTML page is shown on the browser but the attached images are not shown. The images are also there in the server directory and are refered in the HTML file correctly. When i directly open the HTML file then the images are shown correctly.
    Can anyone suggest wat's wrong there.
    The code i m using is
    ServletOutputStream out=response.getOutputStream();
                        if(format.equalsIgnoreCase("pdf"))
                             logger.info("Seleted format is pdf..\n");
                             response.setContentType("application/pdf");
                        else
                             logger.info("Seleted format is html..\n");
                             response.setContentType("text/html");
    String file = ReportingConstants.URL_GENERATEDREPORTS+reportPath+itemName;
    // file : HTML file absolute path as string.
                        URL url=new URL(file);                    
                        BufferedInputStream bis=new BufferedInputStream(url.openStream());
                        BufferedOutputStream bos=new BufferedOutputStream(out);
                        byte[] buff = new byte[2048];
                        int bytesRead;
                        while(-1 != (bytesRead = bis.read(buff, 0, buff.length))) {
                             bos.write(buff, 0, bytesRead);
                             bos.flush();
                        }

    You have to undertsand how the browser handles images and other resources in a HTML page. In the HTML there is an image tag that has a url to an image which can be a reletive url or an absolute url (starts with a "/").
    If the url is a relative url the browser interprets the url as being relative to the url currently displayed in the address field discarding the last element of the url . So if the url in the address bar is http://www.myserver.com/myapp/mypage.html and the relative url is images/myimage.jpg, the browser will submit a request to the server for http://www.myserver.com/myapp/images/myimage.jpg
    Now let's say that you are call mypage.html from a servlet that has the url http://www.myserver.com/myapp/servlets/myservlet. Then when the browser tries to retrieve myimage.jpg it will use the url http://www.myserver.com/myapp/servlets/myservlet/images/myimage.jpg and since this is incorrect it will not be able to display the images.
    One solution to this is to change all of the image urls to absolute urls. That is the start with a slash where the slash represents the start of the url after the application domain name. For example you used an absolute url for myimage.jpg it would look like /images.myimage.jpg and when accessing the page through the servlet url (http://www.myserver.com/myapp/servlets/myservlet) the browser will discard everything after http://www.myserver.com/myapp and look for the image at http://www.myserver.com/myapp/images/myimage.jpg which is the correct url.
    A second solution is to use the HTML BASE tag which tells the browser not to interpret the image tag urls (and other resourses) using the current url in the address bar but to use the url supplied in the HTML BASE tag. The browser will still perform the same process for relative urls but now relative to the BASE tag url. Since the BASE tag url will be the same every time the page is accesssed the images should be correctly accessed no matter how the page is accessed (eg directly, using RequestDistpatcher or via your servlet)

  • Data types, msg types, where these data saved in the server?

    In XI we are creating the data types, msg types, ...... where these data saved in the server ?

    Enter CL_SRAPI* in the SE24 transactions and make your search as shown below.
    CL_SRAPI_DATA_TYPE----
    data type
    CL_SRAPI_DATA_TYPE_ENH----
    data type  enhancement
    CL_SRAPI_FAULT_MESSAEG_TYPE-----fault message type
    CL_SRAPI_MESSAGE_TYPE----
    message type
    CL_SRAPI_INTEGRATION_SCENARIO----integration scenario
    Communication channels are saved in the SMPREL3 database table.

  • The data could not be saved because the server could not be contacted - Error

    Hello, I'm a beginner in ligthswitch, so, I made a couple of screens and I made the database and attach to the application but when i want to save the new records shows me this error:
    The data could not be saved because the server could not be contacted. Please check your network connection and try saving again.
    The operation has timed out.
    I verify the database, the record is saved but the application show me the error.
    Please help me I have to deliver this screens today.
    Thanks!
    Boanerges. Mr 3: 17

    Hi Elmer,
    I researched this error message, I think you can try the methods below:
    Increase the timeout of the connection between the client and the server
    Increase  Client timeout, and it is set in the Application class in the Client Project
    For further information: Error message: Unable to save data

  • Script for Checking the Server Status

    Hi All,
         I just need the script for monitoring the server status through the WLST.My scenario:I have 2 server in Running State.If any one of the server get failed or in not RUNNING state then i use the script for starting that server automatically.I tried some of the script but it is not working properly .If any one have the sample script please share with me.
    Regards,
    Ove.

    Hi Syed,
    Replication state is very easy to see in 4.x and earlier. The last changenumber in the supplier changelog is visible (on the root DSE IIRC), and each consumer suffix has an operational attribute "copiedfrom" that tells you the name of the supplier, the database generation id, and the last change replayed from the supplier.
    So a script that compares the results of
    ldapsearch -h <supplier> -s base -b "" "objectclass=*" lastchangenumber
    and
    ldapsearch -h <consumer> -s base -b <base_suffix> "objectclass=*" copiedFrom
    will show you if a replica has fallen out of sync. It won't tell you more than how many changes behind the replica is, though, because pre-5.x changenumbers are sequential integers, not timestamps.
    However, the change that corresponds to the changenumber is clearly visible under the "cn=changelog" suffix. So if you look at the change itself you can see the timestamp on it.
    For more info on the status of replication, you should be able to query the agreements on the supplier. Those live under the "Netscape Machine Data Suffix", which you can also find on the supplier's root DSE:
    ldapsearch -h <supplier> -s base -b "" "objectclass=*" netscapemdsuffix
    And of course the error logs will usually tell you if replication is failing outright.
    I may be off on some of the attribute names, but if you do some investigating along these lines, you should be able to figure it out.

  • LS Getting the error "The data could not be saved because the server could not be contacted" when deploying on my local desktop

    Hi:
    I have a very simple test LS App:
    1 Table "Person" with 1 property "Name"
    One totally standard Editable Grid
    So no complicated calculations that could timed out...
    When I hit F5 the screen launches and shows the data, but when I try to create a new Person it waits for about 2 minutes and then the following error appears:
    The data could not be saved because the server could not be contacted. Please check your network connection and try saving again. The Operation timed out.
    Despite the error the data gets persisted on the database.
    I am on VS 2013 Pro Update 4 and SQL Server LocalDB 2012 (v11.0).

    If you decide to try again I would:
    1) Uninstall Visual Studio
    2) Uninstall SQL Server (all versions)
    3) Re-install SQL Server
    4) Re-Install Visual Studio
    Unleash the Power - Get the LightSwitch 2013 HTML Client / SharePoint 2013 book
    http://LightSwitchHelpWebsite.com

  • I deleted a message from iCloud mail. It says it is saved on the server for 1 month. Can I get to it?

    I deleted a message from my iCloud mail (and emptied the trash) on my MAC that I didn't mean to. In my iCloud IMAP settings it says that deleted mail will be saved on the server for 1 month. How do I get to it?

    Go to http://www.icloud.com and go to the Mail page there. Open the Trash mailbox. If the message is there you can move it out. If it isn't, then I'm afraid it's gone. The 'delete after x days' setting in the Mail application is over-ridden by the automatic deletion in the iCloud server - I have an idea that's 7 days but I'm not sure.

  • Writing Script to restart the Server???

    Hi All,
    Can you please let me know is there anyway to write a script to restart the server?
    I need to restart the Essbase server everyweek.
    Thanks,
    Prathap

    Can you please let me know how we will stop and start EAS, EIS and Shared Services by automating the process.
    Can you please provide any document or any detailed description.
    Thanks,
    Prathap
    Edited by: prathap_k on Oct 12, 2010 1:28 PM

  • Unable to overwrite report saved on the server?

    Hi.
    Am running into an interesting problem with a SQL Server 2012 Reporting Services instance that I'm running. For reference it's Reporting Services 2012 on a Windows Server 2012 R2 box, but the ReportServer and TempDB's are being hosted on a Windows Server
    2008 R2 server running SQL Server 2008 R2.
    Basically everything works, as it should - with the exception of saving reports in Report Builder, that already exist on the server (so overwriting them).
    So I can open any report, work on it, and save it as a new name and it saves fine. If I then attempt to save that report with the same name as any other report, the ReportBuilder window freezes for 120 seconds before throwing the following error:
    Failed to save report 'https://myreportserver......'
    An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database.
    ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. --->
    System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors
    The strange thing is, I'm pretty sure it's none of these problems. Neither the Reporting Services or the SQL Server where the databases are kept are having any performance problems of any kind, and there's no unusual load on the servers at the time I attempt
    to save the file. I can't find any other error logs on either server to indicate there's an issue. Most interestingly is that whilst waiting for this error to occur I can see on the SQL Server that the database (or at least a number of tables) become locked
    and for the entire 120 seconds the report server becomes unusable as every other task ends up queued until the timeout happens.
    It doesn't seem to be a permissions problem from what I can see either on Reporting Services, or within the database as I can see that the service account used to access the databases has the correct 'RSExecRole' permission on all the right databases, and
    dbo on the ReportServer and ReportServerTempDB databases.
    I'm a little stumped. Have Googled (um, sorry, Binged) this problem for hours and can't find a similar problem. Anybody seen this before? Thanks.

    Well seems like this was a bug that was fixed in SQL 2012 Service Pack 2! I've just applied it to the system in question, and it works as it should now.
    At least this information is up here for others who may encounter it now!

  • Saving to the Server from an Applet

    Hi all, I've posted a message similar to this before, but didn't get too far. I need to get an applet to be able to open a new browser window and display a web page containing two images from the applet, and several strings from the applet. I need the user to be able to save the images to their hard drive, and I need to be able to use them in email forms from the web page. I assume I would have to somehow save the images and a text file from the applet to the server. I have sucessfully converted my objects of type Image to .gif files (with help from these forums) now all I need to do is find some way to save them or somehow get them onto the web page. I have looked into using a servlet, and using sockets, with little sucess either way. With sockets I keep getting IOExceptions and it says Connection refused. Here's the code I'm using for sockets.
    Socket socket;
    try {
         socket = new Socket(getCodeBase().getHost(), 8080);
    }catch(UnknownHostException u)
      {socket = null; System.out.println("Socket failed"); }
    catch(IOException i)
      {socket = null; System.out.println("IO Failed"); i.printStackTrace(); }I didn't get very far with Servlets, as for some reason I can't find very much help on them on the web. Any help is greatly appreciated.

    smg123: Well, I've tried modding my policy file on my local machine, I simply gave All Permissions to the directy that contains the applet on my local machine, with no luck. Not sure about signing the applet, if I understand it correctly it seems like that's a bit overkill making the user accept it and such, when all it really needs to do is server side.
    FelipeGaucho: I've looked at the servlet tutorial before, but I'll give it another shot. I can't ditch the applet approach entirely though, there's a ton of work put into the applet already.
    JohanUP: I've tried a bunch of different port numbers, all with the same results.
    Thanks for the tips guys, keep em coming :)

  • Is it possible to download voicemails saved on the server?

    I would like to download the audio files of all voicemails for a specific extension.
    Is this possible?
    We have Unity Connection version 9.1.1

    Yes, store and foward to an smtp address in unity.
    I have never used Web Inbox. I am following these instructions but am not seeing what they are describing.
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/7x/user/guide/inbox/7xcucuginbox010.html#wp1012866
    My only option when I login to http://serveripaddress/ciscopca   is "Messaging Assistant".

  • How to change the Existing alias with new alias name...MAXL SCRIPT

    HI Experts
    I need to change alias name of the existing member with new alias name.
    please send me maxl code to change the alias name .
    My thought is
    1) Old alias should be replaced with new alias name .
    2)There is one account that should be rolled out to another parent..these parents are already exsist
    3) I need a MAXL Script to change the new alias name .
    please suggest ASAP.
    Thanks
    USER

    John
    I heard that we can replace existing alias name with new alias thru MAXL
    i.e replace alias name XXXX member with YYYY ;
    please correct me if iam wrong ,might be Maxl command is wrong but this is the idea.
    Thanks
    USER

  • Saving old emails on the server, not in Mail

    I imported an old mail program to Mail. I now wish to save prior years data off the Mail program (to save space and increase speed) and put them on to a CD or elsewhere on my computer. Is this possible? Do I trash the old mailboxes, which could be saved to the server? But where on the server do these go? What might they be labeled?
    Powerbook G4   Mac OS X (10.4.4)  

    This is a POP account, right? What are your Preferences > Accounts > Advanced > Remove copy from server settings?

  • Initiating batch scripts from Maxl Script Editor in Admin Console??

    Guys,
    Is it possible to initiate batch scripts from Maxl script editor in Admin Console.
    I dont want to automate the scripts as my data loading process can happen at any time.
    Thanks in advance
    A

    Hi A,
    I'm not sure what you're asking? Do you want to run a batch of Maxl scripts, or a batch file, or a single Maxl Script? Why do you choose to use the Admin console to do this? Could you run what you're trying to run in batch from the command line?
    Executing MaxL and MDX Scripts
    To execute a MaxL script or an MDX script:
    Open or create the script.
    From the server drop-down list on the toolbar, select the Analytic Server to execute the script against.
    The drop-down list contains only Analytic Servers that are displayed in your Enterprise View. For more information about connections, see Connecting to Analytic Servers in MaxL and MDX Script Editors.
    Specify how errors should be handled during execution. See Setting MaxL and MDX Execution Options.
    Specify how you want results to be displayed in the Results tab. See Viewing MaxL and MDX Results.
    If the script contains variables, specify how undefined variables are resolved during execution. See Resolving Undefined Variables.
    To execute the entire script, right-click and select Execute from the pop-up menu.
    To execute only part of the script, highlight the statement or statements that you want to execute, right-click, and select Execute from the pop-up menu.
    The script executes against the specified Analytic Server, and the results are displayed in the Results panel.Regards,
    Robb Salzmann

Maybe you are looking for