Webutil host nonblocking blank file

Hi, I've used webutil_host.nonblocking( 'rundll32 url.dll,FileProtocolHandler ' || v_location||v_filename ); to call an .csv file.
first execute everything is fine...we can see data writed on that file.... but when we execute again, we just have a blank page .csv ...
does anyone know how we can fix it?
Thanks in advance,
Alwin

Hi
WebUtil has trouble with white space , but If you use the "?? character in palce of white space it will work:
fileName := replace(fileName,' ' ,'?');

Similar Messages

  • Webutil Host bean error

    I'm trying to use the webutil.nonblocking procedure, i followed all the steps in the user guide to install the webutil and i attached the library to the form and subclassed the object group, but when running the form i receive this error
    oracle.forms.webutil.host.Host bean not found.Webutil_host.execute will not work
    can anybody help
    regards
    lilian

    Problem solved ..
    check for the following
    1- make sure the virtual path in the orion-xml file is correctly set.
    2-make sure that the signature of the jacob,jar and frmwebutil.jar is successfully done.
    3- check the WebArchive entry is correctly set
    hope this will help ..
    Regards
    Lilian

  • Webutil.host and space in filename ....

    Hello,
    Do someone have found a solution at the problem of space in filename calling whith webutil.host ?
    under winxp if I do :
    CMD /C start "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE" "C:\travail\COMMENTAIRES DU DOSSIER 5200257".doc
    it works well
    But do the same in Webutil.host command ... and it fail :<
    I see that this was an old problem in post but dunot have found any response ..
    tk anyway.

    So, i have try all these options and found that webutil seems to cut spaces.
    As I have this
    LC$Cmd := 'cmd /c start "C:\Program files\Microsoft Office\OFFICE11\WINWORD.EXE" "c:\travail\COMMENTAIRES DU DOSSIER 5200257.doc"'
    WEBUTIL_HOST.Nonblocking( LC$Cmd ) ;     
    webutil launch :
    "C:\Program files\Microsoft Office\OFFICE11\WINWORD.EXE" "c:\travail\COMMENTAIRES DU DOSSIER 5200257.doc"'
    and so it dunot found the document
    bcs it make all space -> 1 space
    strange !!
    perlaps some have got same problem ?

  • WebUtil:  oracle.forms.webutil.host.Host bean not found

    Hi. This is my first attempt using WebUtil. The following code is in my When-New-Form-Instance trigger:
    client_host('N:\TTMS\ITS\vbasic\compiled\MenuUpdate.exe');
    This is the error I receive:
    oracle.forms.webutil.host.Host bean not found
    I've included my formsweb.cfg below for your reference. Note that the application is using the [ttmsmenu] configuration.
    Thanks in advance for your help with this problem.
    ***FORMSWEB.CFG***
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    #WebUtilArchive=frmwebutil.jar,jacob.jar
    #WebUtilLogging=off
    #WebUtilLoggingDetail=normal
    #WebUtilErrorMode=Alert
    #WebUtilDispatchMonitorInterval=5
    #WebUtilTrustInternal=true
    #WebUtilMaxTransferSize=16384
    # System parameter: default base HTML file
    baseHTML=base.htm
    # baseHTML=webutilbase.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # baseHTMLjinitiator=webutiljini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # baseHTMLjpi=webutiljpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    # HTMLbeforeForm=
    HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript">window.opener = top;</SCRIPT>
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    #imageBase=DocumentBase
    imageBase=codeBase
    # Forms applet parameter default 750
    # width=1000
    # width=100%
    width=500
    # Forms applet parameter default 600
    # height=700
    # height=100%
    height=500
    # Forms applet parameter default false
    separateFrame=true
    # Forms applet parameter
    # splashScreen=
    splashScreen=no
    #splashScreen=ttmslogo_new.gif
    # Forms applet parameter
    background=ttmslogo_new.gif
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=ttms_banner.gif
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=C:\DevSuiteHome_1
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [ttmsmenu]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    width=500
    height=500
    background=no
    form=ttmsmenu.fmx

    Dumb dumb dumb.
    I was running this form out of Form Builder 10g. At some point I changed the Application Server URL (Edit => Preferences => Runtime menus) from:
    http://ssbuechl2.div16.ibm.com:8889/forms/frmservlet?config=ttmsmenu
    to:
    http://ssbuechl2.div16.ibm.com:8889/forms/frmservlet?
    So my customized configuration with all the WebUtil references was not being referenced and I was getting the error.
    Dumb dumb dumb.

  • My new blank file is suddenly gray and paint bucket no longer works correctly.

    Photoshop Elements 10.  I started a new blank file, which opened white, as usual.  I enclosed the file with the rectangular marquee tool, and used the paint bucket to fill the background with a brownish color I choose, except it filled with gray.  I looked to be sure the color mode was RBG color, and it is.  After a frustrating couple of attempts to change the color, I thought of a work around and just created a new layer and colored it, but, when I tried to change the color again, the paint bucket would not respond, so I created another layer and the paint bucket then changed the color for me again.  However, I really would prefer it work the way it did before, instead of creating unnecessary layers to do the job.  I insert a screen shot, if it helps.  Any help resolving this would be appreciated.

    I clicked on the arrow and reset the tool.  I also reset the transparency setting in preferences, which was the only color related setting I saw there, to no avail.  I opened another new file, same result, dumping the paint bucket produced only a grayscale color.  Thanks for the suggestion, however. 

  • Webutil.host.HostBean not found WEBUTIL_HOST.execute will not work

    Hi everyone:
    I've got a form. I've attached webtill.pll and subclassed webutil.olb.
    In the WHEN-NEW-FORM-INSTANCE trigger it does:
    client_host('cmd /c cd > arch.txt');
    When I execute my form I got the errror:
    webutil.host.HostBean not found
    WEBUTIL_HOST.execute will not work
    Could anyone give me some help on it?
    Thanks!
    Carolina

    Hi!
    this is what I got in the Java console
    JInitiator: Versión 1.3.1.22
    Usar versión JRE 1.3.1.22-internal Java HotSpot(TM) Client VM
    Directorio local del usuario = C:\Documents and Settings\Administrador
    Configuración del delegado: sin delegado
    JAR cache enabled
    Location: C:\Documents and Settings\Administrador\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://rx26201:7778/forms/java/frmall_jinit.jar from JAR cache
    Loading http://rx26201:7778/forms/java/frmwebutil.jar from JAR cache
    Loading http://rx26201:7778/forms/java/jacob.jar from JAR cache
    Loading http://rx26201:7778/forms/java/dgrImages.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    La versión del applet Forms es: 10.1.2.0
    thanks!

  • Change the size of a blank file

    I created an invite on a blank file that is 5x7.   I want to change the size to 8x10, yet I cannot find where to change the size in PSE 8.   I have too many layers to start over.  Is there a way to copy all the layers and paste them into a new file?   I will still need to be able to edit them once I get them onto the new blank file.
    Sorry, still learning PSE ins and outs.
    thanks

    You can create a new blank file, shift click to select all the layers in the old file and just drag them over to the new file, if that's what you want to do, or you can just add canvas to your existing file (Image>Resize>Canvas Size) to give yourself more room to work.

  • Blank files appearing in User Folder???

    Hello,
    I'm not quite sure what to call it, but my "user folder" contains Desktop, Documents, Downloads, Movies, Music, etc. in Finder. It's the folder that is my name.
    Anyway, I've noted that there are a bunch of random blank files that have appeared in this folder, such as:
    }%FB%F500
    1%BC[
    9$%92%E2%8F%F9prS}{r%92
    YZh2%D6
    It says there are all plain text, and zero KB.
    Does anyone know what these are and why they have appeared? Will it mess anything up if I just delete them?
    Thanks!

    I remember having things like that pop up when using some open source app.
    I can't recall which one it was, but something to do with time management or mind mapping.
    I guess (at least in my case) it was probably sloppy programming leaving behind empty temp files.
    I'd just trash them.

  • I've encountered saving photo that turnout as a blank file with no picture on Photoshop Elements 9.

    I have encountered saving my photos that turnout as blank files with no pictures after some manupilation on Photoshop Elements 9.
    Uninstalled and reinstalled the program but still facing the same blank files. Any advice of how to rectify the problem. Thanks.

    Are you renaming these files when you save? Are you using a character like a dot or slash in the name (my.photo.jpg, for instance)?

  • Does write to measuremen​t file need a blank file?

    Do we need to supply a blank file to write to measurement file? I am supplying a file with some text headers in it to my Write to measurement file, and for some reason it generates Error 100, saying that it is "not a path". I am not sure, if I need to supply a blank file or not. Also, is it possible to get rid of the headers that write to measurement VI itself generates in the file, and supply my own headers instead?
    Thanks.

    Please stick to your original post, where you are already being helped on this issue.

  • Blank line in blank file

    I am creating a blank file in which one blank line is getting created.. Is there any way to solve this...
    I have below config.
    Acknowledgement.fieldFixedLengths     1
    Construction Mode:  create
    Put file:                    directly
    File Type:                text

    Pathak,
    Are  you trying the whole file as blank? If yes then give a try with:
    Acknowledgement.fieldFixedLengths 0
    ---Satish

  • Blank Files appearing in Hard Drive??

    I have been noticing These blank files apearing recently. Plain Text,  Zero KB files In my main harddrive. I narrowed it down to my Pro Tools program. They generate each time I open Protools. Can anyone explain why and what this is? just worried it could potentialy be a bad thing?

    Ok Its doing it again with no external drives attached. and this comes after restarting system. Its creating files when protools 8.0 is launched. so i copied some console info:
    4/8/13 8:17:13 PM [0x0-0xe00e].com.apple.finder[136] System version is 10.5.8
    4/8/13 8:17:20 PM mdworker[74] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 8:21:15 PM mdworker[74] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 8:24:59 PM mdworker[74] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 8:30:28 PM mdworker[74] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 9:16:44 PM mdworker[253] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 9:55:07 PM mdworker[289] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 9:59:07 PM mdworker[289] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 10:02:03 PM mdworker[289] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 10:16:43 PM mdworker[412] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 10:22:52 PM mdworker[419] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 10:53:05 PM mdworker[432] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 10:54:21 PM mdworker[447] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 10:57:20 PM mdworker[454] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/8/13 11:02:23 PM Safari[455] *** WebKit discarding exception: <NSImageCacheException> Can't cache image
    4/9/13 12:26:08 AM [0x0-0x19019].com.getdropbox.dropbox[161] <_FuncPtr object at 0x34db78>
    4/9/13 12:26:08 AM com.apple.launchd[91] ([0x0-0xc00c].com.brother.utility.USBserver[130]) Exited: Terminated
    4/9/13 12:26:08 AM com.apple.launchd[91] ([0x0-0x19019].com.getdropbox.dropbox[161]) Stray process with PGID equal to this dead job: PID 177 PPID 176 dbfseventsd
    4/9/13 12:26:08 AM com.apple.launchd[91] ([0x0-0x19019].com.getdropbox.dropbox[161]) Stray process with PGID equal to this dead job: PID 176 PPID 1 dbfseventsd
    4/9/13 12:26:09 AM com.apple.loginwindow[27] Shutdown NOW!
    4/9/13 12:26:09 AM com.apple.loginwindow[27] System shutdown time has arrived  

  • I am trying to create a panorama, when I enter File New I don't get the Photomerge Panorama option, the only options that appear are Blank file and File from clipboard.  How do I get photomerge panorama

    I am trying to create a panorama.  When I enter FILE > NEW > the Photomere panorama option does not appear.  the only options are Blank file and file from clipboard.  This is in Elements 11 on Windows 8.1 OS.  How do I get Photomerge Panorama to appear.

    Since PSE11, you access the photomerge option in the 'Enhance' menu, last option. Or you can use the organizer (menu Edit / Photomerge).

  • Photoshop Elements 9 won't open blank files or copy from clipboard

    PE9 for Macwon't open blank files or "copy from clipboard."  I get error messages that say, "Could not complete the command because of a problem using the Adobe color engine," when I try to create a new blank file, and "Could not place because of a program error" when trying to "copy from clipboard."  I tried reinstalling the software, but that didn't help.

    Are you still facing the same problem ?
    can you try it after resetting your preferences.
    To reset your preferences at the time of launching PSE press command+option+shift key combination untill following pop up comes.
    Addi

  • Blank File Info window

    I'm using Windows XP and InDesign CS 6. Whenever I go to File>File Info... or if I press AltShiftCtrl+I, I get a useless blank File Info window staring at me. It shows up as a gray page and there are no buttons to click on. I have to hit Escape to get out of it. Please any help would be appreciated on how to solve this issue, which I've been having since InDesign CS5.

    Please delete your personal info when replying by email, and attachments are disabled, so screen shots must be embedded by revisting the web page and using the camera icon.
    Have you tried trashing the prefs? see Replace Your Preferences

Maybe you are looking for

  • How do I get to an engineer ?

    So I have two lines, both with broadband. When it rains heavily the speed (IP profile) on one of the lines drops to 1 Mbps. I work from home and after several weeks of trying to solve the problem I gave up and ordered the second line which works fine

  • Cascading Style Sheets in JEditorPane..

    I have created a Java program that displays an HTML page in a JEditorPane. The JEditorPane seems to have a problem displaying pages with internal Cascading Style Sheets. The app grabs an HTML file off my and displays it in the JEditorPane but the fil

  • Select List & Pop-up Page

    Hey everyone... I am having some trouble with passing values to and from a pop-up window. When running the application the user must select a value from a select list (which appears in every row of a query report), then another page must pop-up displ

  • Error while doing J1IIN

    Hi all, While creating outgoing excise invoice through J1IIN, I am getting following error Customization for company code 200 missing in table Company customization Message no. 8I303 Diagnosis The customization details have not been maintained for th

  • LR 4.4 Edit in PS CS6

    Recently I moved from LR3.6 and PS CS5 to LR 4.4 and PS CS6. And I was upleasantly surpized how long it take to send image from LR to PS:previously it took around 3-5 sec, and now it take 13 secs. Images are RAWs from Canon 5D MKII, PC consists of i5