Pass export file/directory name in Web Engine plug-in

I use a custom Lightroom web engine plug-in that I use to publish my website (5000+ pages).  Here is an example of an output section:
http://www.johnkane.com/2010-03-01-MuirWoods/index.html.
I use Dreamweaver to synchronize all the assets such as menus and links, including the plug-in files (Lua pages).  Each web gallery is published to its own folder in my website.  It works great except that every time I publish/republish a web gallery, I have to scroll and identify the directory in the Export / Save Web Gallery dialog box (or type the file (directory) name in for an initial export/publish).
I have created a panel text box and variable (metadata.directoryPermalink.value) that can contain the directory name.  By storing this directory permalink along with the web gallery, I hope to ensure that each gallery is always published to its correct directory...
... except I don't know how to pass this variable to the export dialog box (as "File name" which actually is the directory name all the gallery files are exported to.
Do I specify this in the manifest?  I don't see references in either the manifest or galleryInfo files... or in the sdk LrWebViewFactory section.  Perhaps I've missed it?
Any help appreciated!
Thanks,
jk

Hi,
I haven't tried to write a web engine so don't know the answer off the top of my head. A quick glance at the SDK guide and the two SDK samples didn't give me any hints at the answer.
Before I nudge one of the gallery developers to see if they know the answer I need to confirm one thing. Can you please confirm you have a file in the same directory as your manifest using the name "myfunctions.lua", and that your require statement looks something like this:
  require "myfunctions"
(Thie filename should be considered case sensitive).
I know its an obvious question but I need to ask before I ask one of the others for assistance.
Matt
UPDATE: It might also be worth having a look at Sean's 3 post series on web galleries, which is the only other resource I can recall re building web galleries.
Added additional resource re web gallery development

Similar Messages

  • Using require() in Web-Engine Plug-in

    Wanted to require function to include a ser of functions in my web-engine plugin
    I added require 'myfunctions' to manifest.lrweb but i get an error that
    module 'myfunctions' not found:
       no field package.preload['myfunctions']
       no file './myfunctions.lua'
       no file '/usr.local.share........
    But in my web plugin Lightroom/Web Galleries/mygallery.lrwebengine there is a file called myfunctions.lua
    Is this where it should go, can't seem to find any documentaion on require with web-engine plug-in

    Hi,
    I haven't tried to write a web engine so don't know the answer off the top of my head. A quick glance at the SDK guide and the two SDK samples didn't give me any hints at the answer.
    Before I nudge one of the gallery developers to see if they know the answer I need to confirm one thing. Can you please confirm you have a file in the same directory as your manifest using the name "myfunctions.lua", and that your require statement looks something like this:
      require "myfunctions"
    (Thie filename should be considered case sensitive).
    I know its an obvious question but I need to ask before I ask one of the others for assistance.
    Matt
    UPDATE: It might also be worth having a look at Sean's 3 post series on web galleries, which is the only other resource I can recall re building web galleries.
    Added additional resource re web gallery development

  • File Directory Name Select

    Hi,
    in my application i have a text field item to store the whole name of a file directory in a database table. For example 'C:\Temp\Test\'.
    Now i want to make it possible for the user instead of typing manually, select the directory name analog as it's possible to select a file in an item with 'Display As' = 'File Browse ...'
    Many Thanks in advance.
    Best regards,
    Martin

    Martin,
    You may want to have a look in this thread:
    Using the file browser.
    and in my demo application:
    http://htmldb.oracle.com/pls/otn/f?p=31517:15
    Denes Kubicek

  • Upper and lower case in file/directory names

    I am a newby with Mac OS X and have a question concering the command line and X11. In the UNIX world, file and directory names distinguish between lower and upper case characters, i.e. test.c is not the same as test.C. I try to port my software, but need the distinction between files ending on .f90 and .F90 (the latter go through a preprocessor first). With Linux or other UNIX derivates, this is no problem. However, with OS X (Darwin) the shell does not distinguish those files.
    Is there a way to implement that behavior in OS X?
    Thnaks for any helpful comment!
    Best
    Thomas

    Hi Thomas,
       As Camelot said, the HFS+ (case insensitive) filesystem is case-preserving but not case-sensitive. When you said that you, "need the distinction between files ending on .f90 and .F90", do you mean you need both filename suffixes for a given filename? If you ever need both for one filename then you have a dilemma. However, if there will always be only one or the other, the case-preserving aspect of the filesystem can work for you. It not only gets the case write when you write the filename but when you read it as well. Thus, you can work around case-insensitivity in scripts and code that you write. What you have to do is to not use file tests that stat a filename. Instead, always read the filenames from the disk to the script and perform string tests on what was read. The string tests and tests with UNIX utilities on the strings are still case sensitive.
       Many UNIX utilities function much as I described above and so function in a case sensitive fashion. For instance, the "find" command is case sensitive. I think there are even some file tests that are case-sensitive but not the most useful ones, like the test for existence.
       Thus, if you write most of your code and have the time to change it, you can deal with case sensitively.
       If you need to have both of the .f90 and .F90 filename suffices, you will have to use the HFS+ (case sensitive) or UFS filesystem. However, this could be on a disk image. Lots of software is distributed on disk images. I suppose that it's usually precompiled binaries but there's no reason you couldn't compile the code in the disk image and then install it. You could even include a little double-clickable AppleScript with the code that opens a Terminal window, cd's to the directory containing the source code (the disk image should always be mounted in /Volumes with the name you give it) and kick off the compilation and installation. That would be somewhat of a novelty.
    Gary
    ~~~~
       Food for thought is no substitute for the real thing.
             -- Walt Kelly, "Potluck Pogo"

  • Dynamic File, Directory names - File2File Scenario

    We donot have message mapping in our Scenario  ( Ftp file 2 Ftp file scenario ) where we like to change filename, directory before writing file on the target ftp server. Basically Dynamic configuration has to be manipulated based on  file name pattern. How can we change Dynamic configuration variables without message mapping step.
    Thanks

    Bhavesh, Aamir,
    I am not as learned as you all are...However i have one doubt...
    Can you tell me how..you would use variable substitution  or any of the other features besides the dynamic Config bean...to make a decision..with this logic.
    If(filename.equals(a)){
    String dir = /usr/sap;
    else if(filename.equals(b)){
    String dir = /usr/pas;
    Can someone please enlighten me as this is a problem i have had before and had to do a workaround on...
    Regards
    Ravi Raman

  • Problems with spaces in file or directory names and Word.exe

    Hi
    I'm trying to open a file with Word from my java aplication, and I have a problem with some file/directory names.
    I have this
    String cmd = "c:\\Program Files\\Microsoft Office\\Office10\\WINWORD.EXE" + " " + path;
    try {
    Runtime.getRuntime().exec(cmd);
    } catch (Exception errorea){ }
    Here is what happens:
    if path is something like this: "c:\people\info.doc" , there's no problem, Word opens the document, but if path contains blank spaces somewhere, it doesn't work. For example:
    path = "c:\Documents and Settings\info.doc"
    path = "c:\Hi everybody\info.doc"
    path = "c:\tests\test results.doc"
    with the above examples it doesn't work :( Word tries to open "c:\Documents", "c:\Hi" or "c:\tests\test".
    Can anyone help? thanx a lot ! : )

    Hint: use the variant Runtime.exec(String[] args).
    Create a command array, with each token in a separate argument. The entire filename with spaces goes into one argument.

  • File name getting changed while exporting file

    I am exporting file of name something like
    mithun.ruikar.111212.csv
    I am using
    response.setHeader("Content-disposition", "attachment; filename=mithun.ruikar.111212.csv");
    to export my file.
    Now what is happening is on JSP i get download popup and even i can save the file
    and it shows proper contents inside.
    Only problem is (default) name of file is
    now changed to
    mithun[1].ruikar.111212.csv.
    If i am trying
    ruikar.111212.csv only
    then i get ruikar[1].111212.csv
    and for 111212.csv i get 111212.csv, which is right.
    So only when i use more than one . in file name the first . is preceded by [1].
    How to solve this?

    I dont have anything duplicate.
    as i said my file name is of format
    mithun.ruikar.121344.csv
    here last part is time stamp.
    and if use file name like 12344.csv or mithun.csv it works fine.
    My problem is having filename with more than one dot
    and there are no duplicates.
    I would like to know some kind of escaping for these dots.

  • Getting file directory using dynamic configuration:Code needed

    Hi,
    I need the code for getting the source file directory name using dynamic configuration. Also, an explanation on how it can be used in mapping for comparison.
    Thanks,
    Vishal

    Hi Vishal,
      Refer  carefully the following blog by micheal to get the  Attributes dynamically during runtime by enabling the Adapter Specific message Attributes in adapter level.
      /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Create an UDF in mapping with no input parameters to it and include the piece of code and use it according to your requirement in mapping.
    //write your code here
    try{
    String filedirectory    = "";
    DynamicConfiguration conf1 = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key1 = DynamicConfigurationKey.create( "http:/"+"/sap.com/xi/XI/System/File","Directory");
    filedirectory = conf1.get(key1);
    return filedirectory;
    catch(Exception e)
         String exception = e.toString();
          return exception;
    Thanks,
    Ram.

  • Accessing file directory objects in 9.1 and /WEB-INF/classes zip

    It appears that in WebLogic 9.1 that the contents of the /WEB-INF/classes directory is being zipped up and placed in the /WEB-INF/lib directory under some arbitrary name.
    Is there a way to tell weblogic not to do this, but leave the /WEB-INF/classes directory expanded as it was in weblogic 8?
    Is there a particular reason, developers should be aware of, to why this is being done in 9.1 (9.x?)?
    Background :
    This particular app has a set of several hundred xml files that describe all of the screens (and thus the forms) of the app. They are used not only in the generation of the actual jsps (and believe it or not the action class as well as other supporting class, the app is really an interface to a legacy backend) but are also packaged within the WAR for the dynamic configuration of plugins used for complex validation; a quasi 'rules' engine.
    While there are several different versions of the app, and thus several different versions of xml files, there is only one version of the rules engine.
    The problem that has arised when running on 9.1 is the plugins access to those xml files.
    The plugin attempts to load the xml files by creating File object for the directory containing the xml files, and then iterating through the contents of that directory.
    The xml files are packaged within the /WEB-INF/classes directory and are thus accessible using a simple resource look-up (in actuality, a 'token' xml file is specified, looked-up as a resource and then used to determine the parent file directory's url).
    This has worked well enough as 'most' servers deploy the contents of /WEB-INF/classes directory in an expandable fashion. Obviously, this strategy readly breaks when those same contents are jar'd and placed in the /lib directory.
    It is prefered to not have to maintain a cataloge or index of the xml files because of the volume of xml files, the multiple versions of the xml files, and of course the volitility of the xml files, although this is an obvious option.
    I personally have mixed feelings about using a parent directory reference to load a set of resource files within a j2ee app. If anyone has any other suggestions, I would greatly appreciate it!
    Thanks
    Andrew

    Hi,
    Usually, the best approach would be to just to load the resources as InputStream and have a catalog (and I know this is what you do not want to do :-) So the only hacky workaround that I can think of would be to use something like Jakarta Commons Virtual File System (http://jakarta.apache.org/commons/vfs/) and read the .zip
    Regards,
    LG

  • Dynamic File and Directory Name without Mapping

    Hello Experts,
    We have following requirement:
    1) Files will be picked from R/3 AL11 directory and would be placed in corresponding folder in target system.
    2) On source side ,there would be only one folder for all types of files(around 20),but on target side,there would be one folder for each kind of file(20 folders)
    3) File name should be same on the target side but target directory should be selected based on file name.
    I have gone through a number of posts related to similar requirements and hence,sorry for a new post but I am not yet able to find a solution to this.
    I could understand,this can be achieved using DynamicConfiguration UDF .
    But I have no possibility to have mapping in my scenario.It would just be a pass through scenario.
    Can anyone please suggest a solution to this?
    Thanks.
    Regards,
    Shweta

    Hello,
    Thanks a lot for suggesting solution to this problem.
    I could achieve this using following Java mapping:
    import com.sap.aii.mapping.api.*;
    import java.io.*;
    import java.text.*;
    import java.util.*;
    public class GetDynamicConfiguration implements StreamTransformation {
        private Map param;
        public void setParameter(Map map1) {
            this.param = map1;
        public void execute(InputStream inputstream, OutputStream outputstream) throws StreamTransformationException {
            try {
                   AbstractTrace  trace = null;
                // a) Set ouput File name
                String directory=null;
                   trace = (AbstractTrace)param.get(StreamTransformationConstants.MAPPING_TRACE );
                param.put(DynamicConfigurationKey.create("http://sap.com/xi/XI/Dynamic", StreamTransformationConstants.DYNAMIC_CONFIGURATION), "");
                DynamicConfiguration conf = (DynamicConfiguration) param.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
                DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File", "FileName");
                   DynamicConfigurationKey key1 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File", "Directory");
                String filename =conf.get(key);
                conf.put(key, filename);
                   trace.addInfo("File name is "+filename);
                if(filename.equals("in.txt"))
                directory = "/home/ftpxi/in";
                   if(filename.equals("test.txt"))
                   directory = "/home/ftpxi/in/test";
                   if(filename.equals("shweta27.txt"))
                   directory = "/home/ftpxi/in/test";
                   trace.addInfo("Directory name is "+directory);
                   conf.put(key1, directory);
                // b) Just copy input file to output file
                byte[] b = new byte[inputstream.available()];
                inputstream.read(b);
                outputstream.write(b);
            } catch (Exception exception) {
                exception.printStackTrace();
    Thanks again.
    Regards,
    Shweta

  • Add report parameter to the export file name

    is it possible to pass a report parameter(s) as a file name when saving an export?
    eg if I have a list of cars AUDI,MAZDA,BMW,TATA  on a multi select drop down and I search for BMW,MAZDA so is it possible for me when i'm clicking on my export to have BMW,MAZDA as a filename without renaming it

    Hi waras,
    We can use report Viewer control that shipped with Visual Studio to achieve your requirement. For more details, please refer to the following blog:
    http://www.jimandkatrin.com/CodeBlog/post/Setting-export-file-name-in-SSRS-report-viewer.aspx
    If we are using SSRS in standalone way, Reporting Services does not supports automatically rename the filename with parameter name when export a report.
    Personally, I think the requirement is a good point. Additionally, if you have any concern about this, please submit a feedback at
    https://connect.microsoft.com/SQLServer/Feedback. Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software
    and services the best that they can be, and you can learn about and contribute to exciting projects.
    Thank you for your understanding.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Create directory with system date for export files

    Hello,
    I have a requirement to add the system date folder automatically, as the exports files dumps get into to d:\oracle\exp\..... this should be d:\oracle\exp\03182009. for each day it should create these date folder to dump the export files.
    here I am sending two of my scirpts .
    first one is
    set ORACLE_SID=%1
    set PATH=D:\ORACLE\ora102\bin;C:\WINNT\system32;C:\WINNT
    set LOCAL=2:%1
    net use h: /delete
    net use login
    sqlplus test/test@%1 @d:\oracle\dba\apps\expfull\buildfile < d:\oracle\dba\apps\expfull\enter.txt
    exp parfile=h:\admin\%1\exp\%1_FULL.par
    call h:\admin\%1\exp\%1_FULL.cmd
    this is the buildfile script
    set term on
    set head off
    set feed off
    set ver off
    set lines 159
    set pages 0
    set wrap on
    set concat off
    clear columns
    clear computes
    clear breaks
    clear buffer
    ttitle off
    btitle off
    col dbnm new_value sid_dir noprint
    col parnm new_value parfil noprint
    col dmpnm new_value dmpfil noprint
    col lognm new_value logfil noprint
    col lstnm new_value lstfil noprint
    col zipnm new_value zipfil noprint
    col cmdnm new_value cmdfil noprint
    col ownr new_value ownername noprint
    col tabnm new_value tabname noprint
    col partnm new_value partname noprint
    col datest new_value datestmp noprint
    -- Load the sid_dir, ownername, tabname, partname, and datestmp substitution variables.
    select
    name dbnm
    , to_char(sysdate,'YYYYMMDD')||'_'||'N' datest
    , upper('&1') ownr
    , upper('&2') tabnm
    , upper('&3') partnm
    from v$database;
    -- Load the filename substitution variables.
    select
    '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'.par' parnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'_'||'&datestmp'||'.dmp' dmpnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'_'||'&datestmp'||'.log' lognm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'_'||'&datestmp'||'.zip' zipnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'.lst' lstnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'.cmd' cmdnm
    from dual;
    -- Build the export parameter file.
    spool h:\admin\&sid_dir\exp\&parfil
    prompt userid=test/test@&sid_dir
    prompt buffer=4194304
    prompt direct=Y
    prompt recordlength=65535
    prompt consistent=Y
    prompt file=h:\admin\&sid_dir\exp\&dmpfil
    prompt log=h:\admin\&sid_dir\exp\&logfil
    prompt tables=(&ownername.&tabname:&partname)
    spool off
    Please help out...

    >
    I have a requirement to add the system date folder automatically, as the exports files
    dumps get into to d:\oracle\exp\..... this should be d:\oracle\exp\03182009. for each
    day it should create these date folder to dump the export files.OK - well, you will (AFAICR) have to create the directory, then cd into it,
    then run your script - I don't see what the problem is?
    You could* do something like -
    at 00:01 run a cron job that simply does something like this
    (I'm just giving outline - not a particular implementation)
    runs date
    gets the day, month and year from that -
    export MyDay=day
    export MyMonth=month
    export MyYear=year
    mkdir /path/to/dir/oracle/exp/$MyDay$MyMonth$MyYear
    At the beginning of your script, before going into SQLPlus
    ----Your usual stuff------------
    set ORACLE_SID=%1
    set PATH=D:\ORACLE\ora102\bin;C:\WINNT\system32;C:\WINNT
    set LOCAL=2:%1
    net use h: /delete
    net use login
    ++++plus
    cd /path/to/dir/oracle/exp/$MyDay$MyMonth$MyYear
    Maybe this will be a help to get you started - it could probably be much more elegant in
    Python or whatever, but if shell-scripting is the way you want to go...
    I'd be interested to see if this can provide the basis for a solution.
    HTH and TIA.
    Paul...

  • Add virtual directory to orion-web.xml file of embedded OC4J instance

    I'd like to add a virtual directory to the orion-web.xml file of the embedded OC4J application which comes with JDeveloper (version 10.1.3.3.0.4157). Every time I run my application however, a new orion-web.xml file is created which overwrites the orion-web.xml file with my virtual directory. The orion-web.xml is located in the <JDev_Home>\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\application-deployments\current-workspace-app\<app Name> directory.
    Does anybody know a solution to this problem?
    Regards,
    Matthieu

    hi there,
    i have the same problem, all the configuration files are included in the EAR file, like application.xml,...
    but the orion-web.xml is not included.
    I dont have that option that you mencioned File->New->Deployment Descriptiors -> web...for oc4j...
    I can create a EAR, WAR or JAR in File->New->Deployment Profiles.
    I need the orion-web.xml to define the MIME types the servlet can return, is it really needed?
    regards,
    Laura

  • File name, directory name, or volume label syntax is incorrect........

    hello,everybody!
    I have used Jdeveloper designing mobile application(ADF/BC4J Aplication),make and run ok!!! but when i package the application from packaging wizard,running the *.jsp file througth packaging wizard the following error appears....I just touched Jdeveloper and oracle lite database, can anybody heip me?
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\_pages
    Created Directory _pages : false
    以下是 jspc 自变量: -appRoot D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\ -d D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\_pages
    -packageName webapp2 -srcdir D:\OracleHome\Mobile\Sdk\wtgsdk\root\webapp2\_pages -verbose -addclasspath
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\classes;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\standard.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\adf-
    controller.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\bc4jhtml.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\bc4juixtags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    beanutils.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    collections.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    digester.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    el.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    fileupload.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    lang.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    logging.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    validator.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\datatags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2
    \WEB-INF\lib\graphtags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\jakarta-
    oro.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\jaxen-full.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB
    -INF\lib\jsp-el-api.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\jstl.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\oracle-
    el.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\saxpath.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\struts.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\xalan.jar
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\CustomerOrders.jsp
    正在转换文件: D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\CustomerOrders.jsp
    CustomerOrders.jsp 中存在语法分析错误:
    oracle.jsp.parse.JspParseException: 行号 1, <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    错误: java.io.FileNotFoundException: D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\http:\java.sun.com\jstl\core (文件名、目录名或卷标语法不正确。(File name, directory name, or volume label syntax is incorrect))
    =====================================================================
    JSP 文件编译失败, 请更正问题然后继续。

    Hi Frank,thank you!
    My deployment has been obviously the JSTL tag libraries,but question yet....What other possible?
    My .jar are store in WEB/LIB directory

  • Exporting to word error "Directory name is not valid.. "

    Hi Experts,
    I'm getting an error when I'm exporting a Delivery document to word document, Microsoft word opens but error message appears: "Directory name is not valid. C:\Program Files\SAP\...ODLN.428.doc". I am getting the error in the client workstation.
    I tried correcting the path in the server for the word templates path, but still the error persist.
    Client is using 2007 version SP1 PL8 HF3.
    Thanks,
    Don

    Hi Don Elicor
    Check the Administration > System Initialization > General Settings > Path tab for the definition of a proper path to the Word directory.
    Hope Helpful
    Regards
    Kennedy

Maybe you are looking for

  • How to get log information about any interface...scenario etc

    I have created an package which loads file in a perticular folder dynamically. here after loading each file i want to maintain the log i.e number of records inserted,updated,deleted,error etc,i came to know that in work repository snp_session,snp_ses

  • Something in correct with Image loading....

    Hi All, I have created a very simple form to load image into a form. Using forms 10g dev suite on win XP. I load two images for two image items. for IMAGE1 I have written the below code in its when-image-pressed trigger and this Image loading WORKS F

  • About receiver determination. a message contains multiple records

    there is  a message which contains multiple records. how to make receiver determination for the scenario. like: <root> <orders>      <order>            <id>1<id/>             <adress>A<adress/>      <order/>      <order>             <id>2<id/>       

  • Bug or Design Flaw?: Multiclip

    I'll put headings on this posting because it's gonna be long and you may want to skip parts. *Executive Summary* Multiclips do not retain modifications. So far I've tried adding markers and adjusting levels to a multiclip in the Viewer and after swit

  • Emails confirming of receipt as a log for workitems sent to Internet

    I have a situation and I donu2019t have any idea wher to solve it. The problem is that SAP or Workflow is  not sending two Emails confirming the sending  and reception of the Workitems sent to Internet when Iu2019m running the programs RSWUWFML2, RSC