To Whom want to be helped using  the webutil_102 Jacob_17 Form9i  builder

Steps Running WEBUTIL Comes With 9i
1) File Distibution;
     After I unzipped the file webutil_102.ZIP; I distributed the file as follow
     In D:\Dev9i\forms90\java I have the following file: webutil.jar, jacob.jar,
     In C:\webutil\lib, I have the following file:
Note: the last two files is not appear unless you apply the sign batch that i will describe it after
     In C:\webutil\forms; I have the following file:
     In C:\webutil\server; I have the following file:
2) File Configuartion (orion-web.xml, forms90.env)
     I edit orion-web.xml file found in
D:\Dev9i\j2ee\Oracle9iDS\application-deployments\forms\forms90web
And add the following row:
<virtual-directory virtual-path="/webutil" real-path="C:\webutil\lib" />
     I edit forms90.env file found in
D:\Dev9i\forms90\server
And add the following row:
# Virtual path for webutil directory as defined in file path j2eedirectory until file orionweb
AliasMatch ^/forms90/webutil/(..*) "C:\webutil\lib/$1"
3) sign the jar file (webutil.jar and Jacob.jar)
I sign the webutil.jar file and Jacob.jar file found C:\webutil\lib; as follow:
a) I reconfigure the makecert.batch file and save a backup makecert_Modfy_Conf_By_Wissam_GOOD.batch which details how I configured it, you can see this file in the following schema: D:\3_BuckUp_Dev9iFile_After_InstalWebutil9i_RuningGood\Soft_File_Prerequiset\5_WebUtil_Comes_With_Forms 9.0.2\util
b) I reconfigure the sign.batch file and save a backup sign_Modfy_Conf_By_Wissam_GOOD.batch which details how I configured it; you can see this file in the fellowing schema: D:\3_BuckUp_Dev9iFile_After_InstalWebutil9i_RuningGood\Soft_File_Prerequiset\5_WebUtil_Comes_With_Forms 9.0.2\util
c) I execute in this order the following batch:
C:\webutil\util\makecert -- this command is executed just one time.
Respone: file certificated.
C:\webutil\util\sign C:\webutil\lib\jacob.jar
Response: jar signed
C:\webutil\util\sign C:\webutil\lib\webutil.jar
Response: jar signed
d) I verify if the jacob.jar and webutil.jar file are well signed as follow:
D:\
cd Dev9i\jdk\bin\
jarsigner -verify C:\webutil\lib\jacob.jar
Response: jar verified
D:\
cd Dev9i\jdk\bin\
jarsigner -verify C:\webutil\lib\webutil.jar
Response: jar verified
After complete this step you will have In C:\webutil\lib, two new UNSIGNED file jacob.jar webutil.jar are created:
4) Config (webutil.env and formsweb.cfg and regedit)
a) webutil.env
I put after I reconfigure the file webutil.env (you can edit this file to see how I reconfigure it) in the directory Dev9i\forms90\server.
     ORACLE_HOME=D:\Dev9i
     FORMS90_PATH=C:\webutil\forms;C:\webutil\lib
     #CLASSPATH=C:\webutil\lib\webutil.jar;c:\oracle\ids9i\jlib\debugger.jar;c:\oracle\ids9i\jlib\ewt3.jar:c:\oracle\ids9i\jlib\share.jar;c:\oracle\ids9i\jlib\utj90.jar;c:\oracle\ids9i\jdk\jre\lib\rt.jar
     CLASSPATH=C:\webutil\lib\webutil.jar;D:\Dev9i\jlib\debugger.jar;D:\Dev9i\jlib\ewt3.jar;D:\Dev9i\jlib\share.jar;D:\Dev9i\jlib\utj90.jar;D:\Dev9i\jdk\jre\lib\rt.jar;C:\webutil\lib\jacob.jar
     WEBUTIL_CONFIG=C:\webutil\server\webutil.cfg
b) formsweb.cfg
I edit formsweb.cfg in D:\Dev9i\forms90\server\formsweb.cfg
In the end I add the following section:
#A sample config entry for use with WebUtil
[webutil]
pageTitle=Oracle9iAS Forms Services - WebUtil
width=100%
height=100%
baseHTMLjinitiator=c:\webutil\server\webutiljini.htm
#webUtilArchive=webutil.jar
webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
archive_jini=f90all_jinit.jar
archive=f90all.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
lookAndFeel=oracle
envFile=webutil.env
c) Regedit: FORMS90_BUILDER_CLASSPATH
In regedit I edit the variable FORMS90_BUILDER_CLASSPATH and add:
D:\Dev9i\jlib\importer.jar;D:\Dev9i\jlib\debugger.jar;D:\Dev9i\jlib\utj90.jar;D:\Dev9i\jlib\dfc90.jar;D:\Dev9i\jlib\help3.jar;D:\Dev9i\jlib\help3-nls.jar;D:\Dev9i\jlib\oracle_ice5.jar;D:\Dev9i\jlib\ewt3.jar;D:\Dev9i\jlib\share.jar;D:\Dev9i\forms90\java\FormsGraph.jar;D:\Dev9i\forms90\java\demo90.jar;D:\Dev9i\forms90\java\ftpbean.jar;D:\Dev9i\forms90\java\simpleFTP.jar;D:\Dev9i\forms90\java\getclientinfo.jar;D:\Dev9i\forms90\java\webutil.jar
5) Run isql plus
     Connect as meteo
meteo
dbrc
     Run the script create_webutil_db.sql as follow:
SQL> Start C:\webutil\forms\create_webutil_db.sql;
Response: Package Created
6) Java Run Time
at controle pannel I Select “java plug_in 1.3.1.9” , "Advanced Properties" Tab, then scroll the "Java Runtime Environment" Poplist and i choose the last “JRE 1.3.1.17 in c:\...\...\JRE\1.3.1.17”, than validate the dialog box.
7) Begin Forms Construction
1.     Open Form builder Connect with meteo/meteo and in PL/SQL libraries open Webutil.pll file.
a)     File > Save as and Rename the file to different name (e.g WEBUTIL_LIB_MET.pll)
b)     Compile the new PLL file and generate it (WEBUTIL_LIB_MET.plx) and past this file in the location pointed in the FORM PATH variable in the file webutil.env which itself already past in the directory D:\Dev9i\forms90\server
c)     Edit the file webutil.cfg found in C:\webutil\server and handle the security issue as follow:
#NOTE: By default the file transfer is disabled as a security measure
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
transfer.appsrv.workAreaRoot=c:\temp
transfer.appsrv.accessControl=TRUE
#List transfer.appsrv.read.<n> directories
transfer.appsrv.read.1=c:\temp
#List transfer.appsrv.write.<n> directories
transfer.appsrv.write.1=c:\temp
d)     Attached the new named WEBUTIL_LIB_MET.pll to your form with Remove Path option YES
e)     Subclass webutil.olb(downloaded) into a Form and you will have a new fmb file saved it as WEBUTILLIB9I_WEBUTILDOCS.fmb
f)     Open WEBUTIL_DOCS.fmb and subclass or copy (window canvas block program unit) into your new form WEBUTILLIB9I_WEBUTILDOCS.fmb and save it.
g)     Edit -> Preferences... option, select the "Runtime" Tab, and I updated the Application Server URL:http://wissam-bdd68698:8888/forms90/f90servlet?config= webutil
h)     Run your form WEBUTILLIB9I_WEBUTILDOCS.fmb and you begin use this file

Steps Running WEBUTIL Comes With 9iOh,thanks for the conclusion and steps;is this works with Forms [32 Bit] Version 10.1.2.0.2 (Production) ?

Similar Messages

  • HT5622 i need help using the icloud it is not making any since to me can some one call me and help me with it please don't try to help me through email i need to talk and listen i don't understand instruction by reading

    i need help using the icloud it is not making any since to me can some one call me and help me with it please don't try to help me through email i need to talk and listen i don't understand instruction by reading.
    <Phone Number Edited by Host>

    You aren't addressing anyone from Apple here.  This is a user forum.
    You might want to call a neaby Apple store to see if they have a free class you could attend.

  • I am confused. Tell me what to do.. I am using Indesign and want to go on using the program as cheap as possible. Which possibilities have I got?

    I am confused. Tell me what to do.. I am using Indesign and want to go on using the program as cheap as possible. Which possibilities have I got?

    Not enough information to provide an answer... do you have a licensed (old) version, or do you have a Cloud subscription?

  • I just reinstalled and this is the question that show "You have made changes to your photo library using a newer version of iPhoto. Do you want to quit and use the latest version of iPhoto, or do you want to create a new photo library?"  what do i do next

    I just reinstalled and this is the pop up that shows "You have made changes to your photo library using a newer version of iPhoto. Do you want to quit and use the latest version of iPhoto, or do you want to create a new photo library?"  what do i do next? it just keeps popping up and loading but only gives a quit button?

    Update it.
    How old is your Mac? If it's very recent you need to update via the App Store
    If you purchased at the App Store you need to update via the App Store
    Otherwise you update via Softare Update
    Regards
    TD

  • You have made changes to your photo library using a newer version of iPhoto. Do you want to quit and use the latest version of iPhoto, or do you want to create a new photo library?

    Long story short, I made a backup using TimeMachine of my iMac.  I got my MBA which was being repaired and i restored from backup.  Everything works fine, except for iPhoto which is not saying:
    "You have made changes to your photo library using a newer version of iPhoto. Do you want to quit and use the latest version of iPhoto, or do you want to create a new photo library?"
    I have OS X 10.7.2 and iPhoto 9.1.4.  I've tried:
    Repairing permissions
    Deleting iPhoto, installing agaian, and updating
    Repaired iPhoto Library (stays stuck at 98% when rebuilding database)
    I've also tried iPhoto Library manager which cannot even see the library
    Tried restoring from backup from iPhoto and it messed up library (I still had my backup)
    Quite frustrating - any ideas on how to get iPhoto back to life?

    Dunno why Software update was not displaying the latest version of iPhoto (9.2.1 as of January 27, 2012)...updating to this has fixed the issue

  • I have an ipad 2 with ios 6 and i want to download ibooks using the itunes on my laptop .but the ibooks is compatible with ios 7 or later.i need ibooks urgently and how do i download the compatible version

    i have an ipad 2 with ios 6 and i want to download ibooks using the itunes on my laptop .but the ibooks is compatible with ios 7 or later.i need ibooks urgently and how do i download the compatible version in my windows laptop.

    Download the iBooks app to iTunes on your computer. Once it's downloaded, go to the Purchased section in the App Store on the iPad, select iBooks and you should be prompted to download a compatible version.

  • My friend use the charger of my macbook air 45w to chard her macbook white and i worry coz i no want later when i use the charger with my macbook air spoil. help can have problem my macbook air if i use now the charger????

    happend today my friend ask me if she can use my charger of my macbook air and she take from my bag. but the problem is she use macbook white. and i asking if that can make problem later when i want to use the charger to chard the air or not. i am using now but i just worry. my friend use 10 minutes the charger. do u think can have problem the magsafe or something like that?? helpp huhu i am using now but i no want me stay worry always thaxx

    yes still work the charger i was worried coz she plug my charger into her MB so me so scared thinking that will can make problem to my air if i plug. huhuh

  • Help using the terminal.

    I'm taking a survey course of languages and we are covering perl this week. I need to write perl script that will parse xml data, but I can't even figure out how to use the terminal.
    when I open the terminal I get this line(I subed out my name and username):
    firstName-LastName-MacBook-Pro:~ username$
    i have tried command from tutorials such as ls and that works, but I can't figure out how to run scripts from a file. I have tried a simple hello world app by typing:
    #!/usr/local/bin/perl
    print "Hello World!\n";
    in text edit saving it as hello.pl then I tried to type hello.pl in the terminal and it says
    -bash: first.pl: command not found
    can someone explain in simple terms how to run simple programs like this?
    thanks, aaron

    Thanks for the help. That was a lot of good information. I did have it saved wrong(as rich text).
    It is a common mistake, and I'm glad you avoided it.
    However I still could not figure out how to run first.pl. using ./first.pl and ~/first.pl
    The "chmod +x first.pl" step is need to mark the file as an executable. As previously suggested by etresoft and me, you can also just use "perl first.pl" and avoid the other configuration stuff.
    I downloaded fraise as you recommended. Can you guide me through the part were you said, "modify your PATH environment varialble so it includes a directory where you put your personal scripts." i did not understand what you meant by "Create the file .bash_profile in your home directory (you will need ls -a to see the file after you create it). In .bash_profile".
    Any file that begins with a period will be invisible to the Finder. And the 'ls' command will by default not show files that begin with a dot. "ls -a" will so all files in a directory, including those that begin with a dot. This was the Unix way of cutting down on clutter in a directory, by having 2 classes of file name, and the ones with a leading dot were then typically used for things like initialization files.
    In this case .bash_profile is a bash shell initialization file. By default Mac OS X Terminal sessions use the bash shell to service the commands you enter at the command prompt.
    However, a new Mac OS X account typically does NOT have a .bash_profile, so if you wish to customize various bash behaviors you would need to create the .bash_profile yourself.
    And as much as I happen to love the vim (and before that vi) text editors, they have a very steep learning curve, so I'm hoping that etresoft was being humorous when he suggested you should avoid a GUI text editor such as Fraise
    And besides, if you start down the vi/Vim path, it will only lead to text editor wars with the emacs uses of the world Since you are trying to get through a programming language survey course, perhaps you can skip the text editor debates until a later semester.
    With respect to PATH. PATH is a standard Unix environment variable that contains a list of directories that the shell (bash) will search when trying to find the executable file with the same name as the command you entered at the shell command prompt.
    If you do not modify your PATH environment variable, it generally looks like:
    echo $PATH
    /bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
    where each directory is separated by a colon (:). The shell will take the command name you entered, and search each directory from left to right until it find an executable file that matches your command.
    What I was suggesting is that you create your own personal directory where you put executable programs and scripts, and then add that personal directory to your PATH environment variable.
    Since the bash shell is going to read .bash_profile when you start a new Terminal session and execute the commands it finds in .bash_profile, that is the idea place to customize your PATH
    # Assuming you have created a folder called 'bin'
    # in your home directory, and you put your personally
    # created executable programs and scripts in there
    # then the following export command would modify your
    # PATH to include your personal bin directory. It does
    # not need to be called bin, that is just a long standing
    # Unix convention.
    export PATH="$PATH:$HOME/bin"
    After changing the .bash_profile, you would need to either restart your Terminal session or issue the command
    source ~/.bash_profile
    I'm a complete beginner when it comes to this stuff.
    your help is greatly appreciated.
    We all had to start somewhere. In my case the Unix command line prompt was a step up in usability
    ps. how to I enclose my code quotes like you did?
    Code segments (or anything you do not want the forum software to touch) are enclosed in an identical pair of tags. For example:
    ... your code snippit here ...
    And one final point. etresoft pointed out that the she-bang (#!) line was wrong. I find the following to be the most portable way to specify the #! line
    #!/usr/bin/env perl
    print "Hello World!
    /usr/bin/env is a POSIX standard program that must list in /usr/bin/env, and it will invoke the script interpreter specified as its single argument. /usr/bin/env will use PATH to find the script interpreter, so as long as perl exists in one of the directories specified by PATH, my above #! will always find it, no matter what Unix platform I copy my perl script to, or hand it in for a homework assignment (OK, it is been a lot of years since I did homework, but you might find it useful for your survey course).
    etresoft also suggested included the -w option in your #! line. That is not possible when using "#!/usr/bin/env perl", however, you can can just add the "use warnings;" statement to the your perl script and get the same effect:
    #!/usr/bin/env perl
    use warnings;
    print "Hello World!
    And if you want perl to look even close at your code you can change warnings to strict
    #!/usr/bin/env perl
    use strict;
    print "Hello World!
    {code}
    which makes perl really picky about your code.

  • Help using the Connection Trunk command

    Hello Group,
    I could use a bit of assistance accomplishing the following.
    I have two Cisco 1760 Routers with a WIC 1/DSU T1 and one VIC2/E/M in each router.  I am new to CLI commands and could use some tips.
    I would like to set up these routers (I will call them Router A and Router B) to communicate with each other via a internal IP network which spans between two seperate locations. 
    I would like to set up these routers to use the E&M ports to send and receive audio between locations.  The E&M ports are connected to my external equipment which allows for transmit and receive audio to be delivered to the E&M port.  
    I need to be able to allow for the routers to use 2 wire or 4 wire audio between locations, which is matched at both ends.   The routers do not dial phone numbers nor are phones in use at all.  Basically the routers are going to be used to send and receive two way radio voice between the locations which the radios are interfaced to the E&M ports. 
    Can anyone please help me on configuring these routers to accomplish this and if I need to use the Connection Trunk command I can do so, as this is the only purpose of the routers is to relay audio between locations.
    Please Help.
    Thanks A bunch!!
    Rick

    Thank you for taking the time to reply,  However I have allready configured the routers to link the LMR sites together.   I have been connecting LMR assets utilizing ROIP for many years using non-cisco equipment which is specifically designed for ROIP, I have a large inventory of 1760 routers which were originally used for Telco applications which were replaced by newer equipment.  The fact that the routers have become "obsolete" does not mean that they are not usable for my application.   How can you make a statement that this is "limited equipment" when the intended use of this equipment for my application has been accomplished without limitations which are specific to my operation.  
    I posted a request on this forum to obtain some help in the configuration of these devices from people who are familiar with the 1760 router.  Your response was the first response which I had received in regards to my request for assistance, I thank you for at least attaching a link to some resources which I can utilize.  Utilizing the services of a "reputable consultant" or "UC certified partner" would be acceptable in some circumstances, however utilizing the services which would be provided by such would only pose limitations on our technical skills.  I do not want to have to rely on a third party consultants to acheive what is engineered and desgned in house by our staff. 
    I am not looking to purchase new equipment, nor am I looking for consulting help on this issue as we manage and deploy equipment in house.  Enlisting the services of a consultant or certified partner for our Cisco equipment deployments would only add unnecessary costs and time to deploy equipment.  Again thank you for the link to the examples. 
    Respectfully,
    Richard Wiglesworth

  • I need help using the target path tool

    Hi all,
    I realise that I need to keep all my code on the main timeline, so now I need some serious help with targeting movieclips and buttons, when I use the target path tool (the little gun sight in the action script panel) it lets me navigate to the thing I want, but when I use it's suggestion it very often doesn't work, and I am left using trial and error to work it out.  Ican get stuff to work, but I really have no idea why or how I am doing it, Sorry to be such a N00B, but I really think if I can work this out I am going to get somwhere.
    Cheers
    sub

    subtlefly72 wrote:
    Thanks kglad,
    OK that is basically what I have been doing, but its been a bit hit and miss, but maybe now I see why, your last sentence
    of course, all those objects have to exist at the time your code executes.
    So if I am referencing something inside a mc and it doesnt exist on the first frame there will be an error?
    exactly.
    also what is the       this.  Object() and Object(parent)  ??
    Do I need to be using these?
    not when using code on the main timeline.  "this" refers to the current scope which for code on the main timeline, is the main timeline.  the following are the same:
    this.mc and mc
    this.var1 and var1
    And still I want to know why the target tool gives me a path that doesn't work?
    i can't tell you much about the target tool.  i've never used it.  but i tried testing it just now and it seemed to work correctly to target a nested movieclip.  again, you must sure that object exists when your code executes so if you target something on frame 2 (or greater) of a movieclip using code on frame 1 of the main timeline, the reference may be correct but the object won't exist when your code executes.  there are a number of ways to handle that if it's your main problem.

  • Need help using the selection tool

    Hi all,
    I have some strange (to me) occurrences while using the 'quick selection tool'...
    Explanation
    I'm using PS Elements 11 on a Win 7 (64) PC.
    What I want to do is to create a new pic from an existing pic.  The existing pic's background is unsuitable for what I want.  But the FG is what I need.  I thought that selecting the FG object and placing into a new pic would be what I needed using the <quick selection tool>.
    To do this, I am trying to use the <quick selection tool>.  I've had varying degrees of success using it.  One main thing I don't understand & pretty much renders my project useless & undoable, is the fact that whenever I use <refine edge> so that I can refine my edge selection, my pic is immediately lost or taken away.  Since I have no idea as to what's happening, I am forced to close the pic (W/O saving changes, of course) & then re-opening the pic.  All's well until I click the <refine edge> button again, then, my pic disappears AGAIN! 
    My guess is that maybe the pic is somehow transformed to a layer or something.  But, how can I turn this behavior off and not make my pic disappear?? 
    There are a few more details about this <selection tool> that I'm muddy on.  Is there something where I can read more about its use?  I would love to know more, but how?  Where?
    I've now read the online manual part about selection tools.  Although it shed some light, I'm still needing more.
    I am not a constant user of PSE, rather,  I only use it on occasions.  Normally, I use its scanning features.  I may play around with a few other features, but I also know that PSE offers many other powerful features, I rarely, if ever, use.

    This is the Photoshop forum.  You want the Photoshop Elements forum:
    Photoshop Elements

  • Need help using the "skatter" function with brushes.

    I'm using Photoshop 7 right now. I want to use the scatter function with one of the standard brushes to make a star trail, but the problem is that the stars are too thick, there's too many of them. How do I tell it to draw less instances of the brush when I'm in scatter mode? So that it's only dropping 5 at a time or so?

    I have a control bar for "Master Diameter" but I can't find anything that says "spacing."

  • I need to know if I have been scammed, this is an email I received after purchasing a new iphone If you can't remember your Apple ID password, or want to change it, use the password retrieval process at My Apple ID. Follow these steps to change your Apple

    I have no idea what I am doing?  can you read my question?
    Thank you

    Go here to reset it: https://iforgot.apple.com/iForgot/iForgot.html.  After getting the new password, you'll need to sign out, then sign back in on your device using the new password (Settings>iTunes & App Stores, tap the ID, sign out, then sign back in).

  • How to distribute the serial core only with my exe and DLL applicatio​n using the Labview applicatio​n builder 8.21. I'm not interested having MAX and other components installed on the customer PC and in the program menu

    Since Labview ver 8.0 and later, I am not very happy with the new way the project installer is managing the additional drivers such as Serial.
    With LV 7.11 the serial components was included in the cab file and was installed on the target computer in a specific directory. The size of the distribution was pretty small and well suited for compact distribution.
    My LV application use only the serial object and with LV 8.21, if I include the serial 3.2 component, I get an enormus file including max, visa ... and a lot of fucky component I do not need.
    To distribute my application, I just need, the runtime engine and the serial driver as it was with the version 7.XX
    Looking for clever advises from you gentlemen!

    Thanks Dennis for you input
    My problem is in fact very simple. 3 years ago, I developped a software suite for X ray generator; My company is selling such generator all over the world and our control panel software and DLL (for OEM integrator) is based on Labview professionnal development plateform.
    To drive our generator, we just need to transfer ascii data using the strandard RS232 port still present on most of equipments used in the industrial area.
    Until LV version 7.11, there was no problem to include serial component in my distribution with a very reasonable size and transparency for the end user.
    with LV 8.xx (preparing a new release), I'm very disapointed to see, my distribution is increased of about for 10 Mo to 180 Mo just because I increase the serial component.
    May I mix a previous version of the serial component with LV 8.21?
    Should I change my source to Visa instruction only and merge visa runtime only to my distribution?
    is there any simple serial example based on visa and distributed with th application builder?
    I will appreciate your help in order to optimize my distribution
    Pascal 

  • When using the DCOM connector to build component dll,Error ...

    When ussing the DCOM connector to build component dll,
    i get an error massage saying.
    "Nmake in Project directory failed. A detailed description of the error can be found in C:\Documents and Settings\CTHuang0\My Documents\Lib2\SAPInterface.log "
    and the error massage log note as below
    PS :I have installed VC6.0
    well...thanks for your respond
    C:\Documents and Settings\CTHuang0\My Documents\Lib2>CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\vcvars32.bat"
    Setting environment for using Microsoft Visual C++ tools.
    Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
    Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
         midl.exe /Oicf /h "SAPInterface.h" /iid "SAPInterface_i.c" "SAPInterface.idl"
    Microsoft (R) MIDL Compiler Version 5.01.0164 
    Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
    Processing .\SAPInterface.idl
    SAPInterface.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\oaidl.idl
    oaidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\objidl.idl
    objidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\unknwn.idl
    unknwn.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\wtypes.idl
    wtypes.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\ocidl.idl
    ocidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\oleidl.idl
    oleidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\servprov.idl
    servprov.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\urlmon.idl
    urlmon.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\msxml.idl
    msxml.idl
    Processing C:\Program Files\SAPpc\SAPGUI\rfcsdk\include\sapconn.idl
    sapconn.idl
         rc.exe /l 0x407 /fo "SAPInterface.res" /d "NDEBUG" "SAPInterface.rc"
         cl.exe /nologo /GX /MD /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_DLL" /FD /c /Fp"SAPInterface.pch" /Yc"SAPInterfaceAfx.h" SAPInterfaceAfx.cpp
    SAPInterfaceAfx.cpp
    ztsd0005.h(227) : error C2059: syntax error : 'constant'
    ztsd0005.h(228) : error C2143: syntax error : missing ';' before '}'
    zssd0021_atp.h(53) : error C2059: syntax error : 'constant'
    zssd0021_atp.h(54) : error C2146: syntax error : missing ';' before identifier 'rfc_padd_4_4bperC'
    zssd0021_atp.h(54) : error C2059: syntax error : 'constant'

    Still having the same problem. Ever the optimist, I submit the following info.
    Error window screenshot can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_01.JPG
    Enent log entry can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_02.txt
    Version info can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_03.JPG

Maybe you are looking for

  • SAP EP Error: Dispatcher running but no server connected!

    Hi Every body I tried to activate the debug remote, I access on configTool and on the section of process node I activate the options of debugabble, enable debugable , restricted load balancing. Then I apply the changes and restart the services and my

  • Calendar event location not shown on iPod

    I use iCal to sync with my iPod so that I have all of the information about my scheduled events, i.e. the room number and building of where I need to be at a certain time. In the past this has worked just fine, but for some reason now when I look at

  • WRT54G v5 Wireless Router

    I hope someone can help me. I have the WRT54G v5 Router and a while back i could not access my router. I went through tech support and we did firmware upgrade and got my router to work to where I could access it again. Now I went to access it and it

  • Book dissappeared

    Bought a book through the iBooks app. Went to read it today and it disappeared. Now what?

  • [SOLVED] PKGBUILD for a font - xset fails when X not running

    I am working on my second PKGBUILD -- this time for a simple raster font I use.  The PKGBUILD uses a post_install() which does an "xset -fp rehash" after installing the font files, because it seemed like otherwise the font wouldn't show up in X.  The