Web package

Hi all

I have a piece of packaged authorware web using the ODBC settings in Access 2000 databases.

The content of courses and references to images is read from a database very quickly.

However, when user information and outcomes are met then written to the database, the system seems to stop, but actually takes a lot of time to write information.

Does anyone know of a method to accelerate the write operations for a web-packaged piece?

(With the time of execution on a local network, the action is almost as fast as on a single computer)

I hope you can help and thanks in advance.

Malc

> I have a piece of packaged authorware web using ODBC to Access 2000 settings
> data bases.
>
> The content of courses and references to images is read from a database
> very
> quickly.
>
> However, when user information and outcomes are met then written to the
> database, the system appears to stop, but takes a long time to actually
> write the information.
>
> Does anyone know of a method to accelerate the operations of writing for a
> web packaged pieces?
>

You are writing and don't expect no return at all? If so, you should be
to set the parameter of timeout to a low figure - 5 seconds or less.

Steve

--
ACE - Adobe Community Expert, Authorware
My blog - http://stevehoward.blogspot.com/
Authorware tips - http://www.tomorrows-key.com

Tags: Authorware

Similar Questions

  • Get errors when using web packaging services

    I use linux server and get following errors in the present .epub or file.pdf.

    " < error xmlns =" ' http://ns.adobe.com/adept ' data = "E_PACK_FILE_READ " http://myserverurl/packaging/package test.pdf test.pdf%20(No%20such%20file%20or%20directory) "/ > "

    I have stated my case. I have two servers you have tomcat with acs services upward and running and others is based php server where I call this service pakaging. I kept the file unencrypted Server php based from script to script.

    do we need to keet the file unencripted on the server that have services acs?

    ..............

    Mathe

    The problem will be to 32K in size, channels should be divided into pieces separated from 32K for serialization purposes.  While the code PHP is it doing it does not include the extra string tag in each segment.  I suggest to use the element of dataPath rather avoided.  (ps I have connected the bug internally)

  • Expression Web 4 DW file transfer

    Hello world

    I'm stop back to DW but I used MS Expression Web 4 years. I'll install Dreamweaver in the next few days and I am studying the DW with reading the book: Visual Quickstart Guide for Dreamweaver CC).

    Some of you may share you the experience with the transfer of the files from Expression til DW?

    The expression can export and import what they call a Web Package, an .fwp file. Can I transfer the website of exp to DW via a file of this type.

    I would appreciate any help and comments on this topic.

    If you have HTML, CSS, and JavaScript files on your computer, there is nothing of import/export.

    Simply define a local site folder in DW by going to the Site > new Site.

    Say DW where is the folder of your site on your hard drive.

    C:\yourSite

    Nancy O.

  • CS6 Web &amp; full Design, more the CS6 Master Collection install

    I am freelance pro and educator. I currently have (and installed) a comprehensive package of CS6 Web & Design Premium I will teach After Effects in the fall (which is NOT part of the Web package & Design). I recently bought the CS6 Master Collection version of the educator. I'm not quite sure of how to install the new Master Collection, since this is the limited version of the educator. Should I keep the complete collection of Web & Design using the current license complete and then install After Effects by itself using the license of the educator? Causing conflicts? OR should I uninstall the Web & Design and do a full install of the version of the educator of the CS6 Master Collection?

    You see, the conflict for me is I'm doing professional, paid work, mainly with Illustrator, Photoshop and Indesign.

    You can continue to use your Design and Web premium.

    And for After Effects, you can just install After Effects of the Master Collection.

    When you start the installation, you will get the options to choose what you want to install applications, where you can choose to After Effects and installation to educational assistance of license you have.

    With this, there will be no conflict.

  • Model HTML 'Detect Web Player' fails in IE8 + Vista - remedy?

    Hi all

    Have had no problem with AW 7 Web packaged pieces in IE8 & Vista until recently but I find now that the 'Detect Web Player' HTML template fails to load the .aam. (the .aam works fine when loaded directly or via the "Default" template.)

    I can only assume that is is associated with one or other of the latest updates downloaded from Ms.   I can't say that that since I'm only update and test intermittently, but it is probably one released in the past month or so since everything was working OK before that.

    The only other update recently installed is the latest version of Java

    IE8 is now reports an error on the page:

    ' Object expected: character of the line 19 53'

    and the page fails to load the .aam

    The offending line is:

                if (! MM_AWARE & & navigator.appName! = 'Netscape') MM_AWARE = IsAuthorwareControl()

    The full script of the page provided by AW (offending line highlighted in red) is:

    < script language = "VBScript" >
    Function IsAuthorwareControl()
    error resume next
    MM_AWARE = False

    MM_AWARE = IsObject (CreateObject ("Macromedia.AuthorwareShockwaveControl.1"))
    IsAuthorwareControl = MM_AWARE
    End Function
    < /script >
    < script language = "JavaScript" >
    var MM_AWARE = false
    for (i = 0; i < navigator.plugins.length; i ++)
    If (navigator.plugins [i].name.indexOf ("Authorware")! = - 1)
    MM_AWARE = parseFloat (navigator.plugins [i].description.substring (navigator.plugins [i].description.in dexOf ('version') + 8)) > = 7;
    If (!) MM_AWARE & & navigator.appName! = 'Netscape') MM_AWARE = IsAuthorwareControl()
    If {(MM_AWARE)
    document.write (' < object classid = "CLSID:15B782AF - 55 d 8-11 D 1-B477-006097098764" codebase ="http://download.macromedia.com/pub/shockwave/cabs/authorware/awswaxf.cab#version=7, 0,0,70" width = "1024" height = "740" > \n "");
    document. Write (' < param name = "SRC" value = "usercfg.aam" > \n "");
    document. Write (' < param name = "PALETTE" value = "background" > \n "");
    document. Write (' < param name = "WINDOW" value = "onTop" > \n "");
    document. Write (' < param name = "BGCOLOR" value = "#FFFFFF" > \n "");
    document. Write (' < embed src = "usercfg.aam" range = "background" fenΩtre = "onTop" bgcolor = "#FFFFFF" pluginspage = "
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveAuthorware" type = "application/x-authorware-map" width = "1024" height = "740" > \n "");
    document. Write (' < /embed > \n "");
    document. Write ('< /object >');
    } else
    document. Write ("' you have no 7 from Authorware Web Player installed.");
    < /script >

    Interestingly, if I uninstall IE8 and go back to IE7, the error remains in IE7 on my machine while the load the .aam model very well on other machines running IE7 on our network and I didn't support calls related to this issue to customers yet.

    I completely deleted and reinstalled the Web Player and the error message still appears.  Similarly, I uninstalled the last update of Java with no effect, but do not know if this is relevant.

    The standard model of conditioning "Default" still load the .aam very well.

    I welcome a solution updated code if someone has any ideas because we have a lot of customers out there with their programs loaded using this model and want to anticipate the problems of alimony if they leave in IE8.

    Thank you

    Don

    You use an I-frame to load the default template?

    Johann Fouché

    + 27 82 853 1010

    http://www.jfmultimedia.co.za

    Skype: johannfouche

    VOIP phone: + 27 127435670

  • Webapps hosted in disconnected networks the apk or new

    Hello
    I use firefox on android as "customer" for a home automation system main interface. The home automation system based on user/admin gui web that I allowed to 'install' as a hosted web application, and both the gui and the manifest.app a little embarked on a linux embedded custom I use to serve web pages.

    The whole House has a different LAN, and some of them are also disconnected from the internet.

    No longer works with firefox beta and fennec every night, I see that the webapps change, former a new should be built as the apk to an external service. I know that theoretically I can build my apk in my own local network, but I don't have a camera with enough resources to do in any lan, therefore, no way to do it.

    Of course when I try to install just my manifes.webapps to https://controller.apk.firefox.com/ cannot connect to my internal web server, therefore, no way to install my webapp, also, I can't put a webapp online as some House does not have internet connectivity at all.

    Is it possible to achieve what I was used to the way that the 'old' webapps, or I need to build an application web packaged with just a single page just make a redirect to my local web server?

    Hi nextime

    It is a question of developer. This forum is for questions from non-developer people so not really help here.

    I suggest to ask this and other questions of developer oriented to:

    http://StackOverflow.com/questions/tagged/Firefox+or+Firefox-OS+or+HTML5-apps

  • Windows 8 HP LJ2030 Driver installation problem

    I have a HP Laserjet P2035 printer and a brand new Windows 8 computer.  The printer was purchased several years ago and has been used with a Windows XP box. When I joined the printer to the new computer via a port USB<->USB cable, it was not recognized. Manually, I downloaded the driver on the HP website and tried to install it several times without success. I finally found the log associated with the installation procedure.  The following are entered during my last attempt to install the driver by clicking on the app "ljP2035-gdi-pnp-win64 - in .exe:

    [11/08/2013 13:51:35:112] - LOG (1110): PRODUCTInst -.
    [11/08/2013 13:51:35:112] - LOG (1110): InitProperties - retrieve the accessories of the file "C:\Users\Zeke\AppData\Local\Temp\7zS2BFD\properties.ini".
    [11/08/2013 13:51:35:112] - LOG (1110): the Installer version: 1.0.5.3
    [11/08/2013 13:51:35:127] - LOG (1110): - Language ID -
    [11/08/2013 13:51:35:127] - LOG (1110): language of the UI by default = 1033, 0 x 409
    [11/08/2013 13:51:35:127] - LOG (1110): language of the UI system default = 1033, 0 x 409
    [11/08/2013 13:51:35:127] - LOG (1110): user language = 1033 default ID, 0x409
    [11/08/2013 13:51:35:127] - LOG (1110): language = 1033 default system ID, 0x409
    [11/08/2013 13:51:35:127] - LOG (1110): ID of the language to use = 1033, 0 x 409
    [11/08/2013 13:51:35:127] - LOG (1110): Is64BitWindows()
    [11/08/2013 13:51:35:127] - LOG (1110): compiled as app 64 bit so must be on 64-bit Windows.
    [11/08/2013 13:51:35:143] - LOG (1110): operating system is 64-bit
    [11/08/2013 13:51:35:143] - LOG (1110): cmdline "PRODUCTIVE."
    [11/08/2013 13:51:35:143] - LOG (1110):--/-/ \-proprietes-/------------------/.
    [11/08/2013 13:51:35:143] - LOG (1110): PRINT_INFNAME = HP2030. INF
    [11/08/2013 13:51:35:143] - LOG (1110): PRINT_VERNAME = HP2030SU. WORM
    [11/08/2013 13:51:35:143] - LOG (1110): SHORT_PRINTER_NAME = HP LaserJet P203
    [11/08/2013 13:51:35:143] - LOG (1110): PRINTER_SERIES_NAME = HP LaserJet P2030 series
    [11/08/2013 13:51:35:143] - LOG (1110): PRODUCT_VIDPID = vid_03f0 & pid_5d17
    [11/08/2013 13:51:35:158] - LOG (1110): REG_INSTALLKEY = HP LaserJet P2030 series
    [11/08/2013 13:51:35:158] - LOG (1110): ISRUNNING_MUTEX_NAME = HP2030Installexists
    [11/08/2013 13:51:35:158] - LOG (1110): INSTALL_DIRECTORY = HP LaserJet P2030 series
    [11/08/2013 13:51:35:158] - LOG (1110) :-/-/-/--properties-------------/------.
    [11/08/2013 13:51:35:158] - LOG (1110): PRODUCT installation program.
    [11/08/2013 13:51:35:158] - LOG (1110): InstallSequencer()
    [11/08/2013 13:51:35:158] - LOG (1110): InstallSequencer() = 0 step
    [11/08/2013 13:51:35:158] - LOG (1110): InstallSequencer() step = 1
    [11/08/2013 13:51:35:158] - LOG (1110): - InitializeStep -
    [11/08/2013 13:51:35:174] - LOG (1110): GetLandDir - English
    [11/08/2013 13:51:35:174] - LOG (1110): printer inf: C:\Users\Zeke\AppData\Local\Temp\7zS2BFD\\HP2030. INF
    [11/08/2013 13:51:35:174] - LOG (1110): file printer verion: C:\Users\ZekeAppData\Local\Temp\7zS2BFD\HP2030SU. WORM
    [11/08/2013 13:51:35:174] - LOG (1110): name of the printer series: series HP LaserJet P2030
    [11/08/2013 13:51:35:174] - LOG (1110): GetPrinternamesFromINF()
    [11/08/2013 13:51:35:205] - LOG (1110): InstallSequencer() step = 3
    [11/08/2013 13:51:35:205] - LOG (1110): - LicenseStep -
    [11/08/2013 13:51:35:205] - LOG (1110): license file: "C:\Users\Zeke\AppData\Local\Temp\7zS2BFD\\license.txt".
    [11/08/2013 13:51:35:221] - LOG (1110): IDLCDialog:nInitDialog() m_positionOnBottom = 0, m_topmost = 1, m_followPosition = 0
    [11/08/2013 13:51:35:237] - LOG (1110): IDLCGenericTextDlg:nInitDialog
    [11/08/2013 13:51:35:237] - LOG (1110): chaines(): stringsDllPath: C:\Users\Zeke\AppData\Local\Temp\7zS2BFD\strings.dll
    [11/08/2013 13:51:35:237] - LOG (1110): IDLCGenericTextDlg:nInitDialog - text to load the file "C:\Users\Zeke\AppData\Local\Temp\7zS2BFD\\license.txt".
    [11/08/2013 13:51:35:237] - LOG (1110): text is clear
    [11/08/2013 13:51:39:141] - LOG (1110):-[IDLCGenericTextDlg 1 BUTTON pressed].
    [11/08/2013 13:51:39:141] - LOG (1110): StartProgressDialog() g_progressDlgRunning = 0
    [11/08/2013 13:51:39:141] - LOG (1110): StartProgressDialog() from dialog progress thread...
    [11/08/2013 13:51:39:141] - LOG(13A4): IDLCProgressDlg:nInitDialog()
    [11/08/2013 13:51:39:141] - LOG(13A4): IDLCProgressDlg:oDataExchange
    [11/08/2013 13:51:39:156] - LOG(13A4): IDLCDialog:nInitDialog() m_positionOnBottom = 0, m_topmost = 1, m_followPosition = 0
    [11/08/2013 13:51:39:656] - LOG (1110): InstallSequencer() = 4 step
    [11/08/2013 13:51:39:656] - LOG (1110): - PreInstallStep -
    [11/08/2013 13:51:39:656] - LOG (1110): IsDriverInstalled (List)
    [11/08/2013 13:51:39:656] - LOG (1110): IsDriverInstalled (HP LaserJet P2035)
    [11/08/2013 13:51:39:656] - LOG (1110): FindInstalledDrivers()
    [11/08/2013 13:51:39:672] - LOG (1110): PrinterDriver?  HP LaserJet P2035? = Microsoft XPS Document Writer v4
    [11/08/2013 13:51:39:672] - LOG (1110): PrinterDriver?  HP LaserJet P2035? = Microsoft shared fax driver
    [11/08/2013 13:51:39:672] - LOG (1110): PrinterDriver?  HP LaserJet P2035? = drive compatibility point and print more Microsoft
    [11/08/2013 13:51:39:672] - LOG (1110): PrinterDriver?  HP LaserJet P2035? = HP LaserJet P2035
    [11/08/2013 13:51:39:688] - LOG (1110): found driver
    [11/08/2013 13:51:39:688] - LOG (1110): PrinterDriver?  HP LaserJet P2035? HP ePrint =
    [11/08/2013 13:51:39:703] - LOG (1110): current verion printer file: C:\windows\system32\spool\DRIVERS\x64\3\HP2030SU. WORM
    [11/08/2013 13:51:39:703] - LOG (1110): file Web bundle printer verion: C:\Users\Zeke\AppData\Local\Temp\7zS2BFD\HP2030SU. WORM
    [11/08/2013 13:51:39:703] - LOG (1110): ===>>> (gle = 2, 0 x 2) ERROR: Msg: the system cannot find the specified file.

    Context: Could not open the file of version ' C:\Users\Zeke\AppData\Local\Temp\7zS2BFD\HP2030SU. WORM '
    [11/08/2013 13:51:39:703] - LOG (1110): Web bundle is older than the current 20120627 (3.0.1.52444)
    [11/08/2013 13:51:39:703] - LOG (1110): driver currently installed, but newer than the web package.  NEED NOT UPDATE!
    [11/08/2013 13:51:39:703] - LOG (1110): InstallSequencer() step = 7
    [11/08/2013 13:51:39:703] - LOG (1110): TerminateProgressThrd (0x44a110)
    [11/08/2013 13:51:39:719] - LOG (1110): _PostProgressMessage hWnd = 0x1402c2 msg = 1124, param = 0
    [11/08/2013 13:51:39:719] - LOG(13A4): IDLCProgressDlg:nTerminate()
    [11/08/2013 13:51:40:235] - LOG (1110): - FinishStep -

    The log entry indicates the driver already installed but the Windows Device Manager seems not to think (see attached image). By clicking on 'Properties', then on 'Events', I saw the following message (see second image). I have no idea what this error code means. Can anyone provide some ideas of what I can do next? I hate the idea of making a new printer, if there is a software solution. The printer still works fine.  For what it's worth, through the Windows Device Manager, I uninstalled the printer and driver once already in order to get a clean installation of the driver.

    Thanks for any help,

    Zeke

    Fixed. "Follow-up"clean boot"as described here: 'http://support.microsoft.com/kb/929135 ' Windows recognize it now and I can use my printer.".

  • INSTALLATION LEXMARK X 5150

    I installed my Lexmark X 5150 printer all in one, but it just won't work. It works fine on XP.

    Have you downloaded the Vista drivers from the Lexmark Web site? If not, uninstall the printer, unplug, download drivers, install them. Connect the printer when during the installation procedure. Please note that this old printer is not entirely supported by Lexmark under Vista and you can simply replace it. On their site:

    "Vista drivers available on the Lexmark website do not contain the all-in-One Center. They are minimum drivers. Although the drivers scanner are delivered with the web package, they cannot be used by the all-in-one Center since it is not included. Please use Windows scanners and cameras or photo library to scan.
    cjrX5100EN.exe.

    http://support.Lexmark.com/index?page=content&ProductCode=LEXMARK_X5150&ACTP=recommend&ID=DR9500&segment=download&UserLocale=en_US&oslocale=en_US&locale=en

    MS - MVP - Elephant Boy computers - don't panic!

  • BlackBerry Smartphones can BBM (Blackberry Messenger) work without a DATA PLAN?

    I have t-mobile with my phone and it does not work with a Web package, I basically live off connection Internet WI - FI. I was curious if I can use BBM (Blackberry Messenger) with only WI - FI connections?

    No, unfortunately not. You need a BlackBerry data Plan to use BlackBerry Messenger.

  • Possible to convert a site Dreamweaver html application?

    I have a question that might be a little too complicated for this forum, but I thought I could give it a try and see if anyone could help me (I'm fairly new to all this. I'm pretty good with Photoshop, familiarize yourself with DreamWeaver, but that's all. I know nothing about coding, but I'm learning).

    I am currently working on a website in Dreamweaver project - basically it's the interactive picture book for children. The child would log on to the site, click on the book to open it on the screen, and they can click on the screen to turn the pages. They can also click on the characters and they'll animate (I intend to add sounds to these animations later). It's now a html site. What I was asking is, what should be done to turn this into a downloadable application for a smartphone? Is there an easy way to convert a Dreamweaver site for an application?

    In defence of Dreamweaver, I created several web and mobile applications over the past years, three of which are currently on the Apple App Store and the other on Google Play - all developed with Dreamweaver and the PhoneGap Build service. I have never used another tool to develop projects client app. I had planned to go with Intel XDK for my latest project, an application very simple anecdote, but I've had a month to go from concept to app store submission, so I stuck with what I knew. I was hoping better from Adobe mobile development tools now, but I'll settle for the new workflow Responsive Web Design previously mentioned by the staff. ;-)

    I had only scratched the surface with some links that I provided above. There are so many tools and platform choices out there, some requiring less effort in the Department of development than others, leaving more room for creativity. If you persevere with Dw, it is important to learn the basics (HTML, CSS, JS, jQuery Mobile, etc.), as part of the mobile workflow by 20141 Dw has been deprecated.

    This could be a good starting point for the basics: CC Dreamweaver tutorials | Learn how to use Dreamweaver CC

    And here: Train Simple - Adobe online training

    And here: products | Dreamweaver | Adobe TV

    It is a bit tricky trying to identify the good tutorials for mobile development in the latest version of Dreamweaver, because the new CC subscription model allows much faster changes between versions. Here are a few:

    1. http://www.Lynda.com/Android-tutorials/building-Android-iOS-apps-Dreamweaver-CC-PhoneGap/1 72853 - 2.html
    2. Maybe this is significant? : build mobile applications and websites with Dreamweaver | Adobe Developer Connection
    3. Using Dreamweaver | Applications web packaging and native mobile applications with PhoneGap Build
    4. TechLive | Adobe Developer Connection

    I don't know that there are many others via Google search.

  • SOA_Server 1 long term?

    The managed server is running long with throw logs... Advice me is normal at the start of the managed server? If this isn't the case, please give me a cause of path to find the solution.

    < jav:web - uri > taskevidenceservice.war < / jav:web - uri >
    < jav:context - root > / services/integration/TaskEvidenceService < / jav:context - r
    OOT >
    < / jav:web >
    < / jav:module >
    < jav:module id = "compositemetadataservice_war_module" >
    < jav:web >
    < jav:web - uri > compositemetadataservice.war < / jav:web - uri >
    < jav:context - root > / services/integration/CompositeMetadataService < / jav:cont
    Ext-root >
    < / jav:web >
    < / jav:module >
    < jav:module >
    < jav:web >
    < jav:web - uri > b2bws.war < / jav:web - uri >
    < jav:context - root > / services/integration/b2b < / jav:context - root >
    < / jav:web >
    < / jav:module >
    < jav:module >
    < jav:web >
    < jav:web - uri > b2b_starter_wls.war < / jav:web - uri >
    < jav:context - root > / b2b < / jav:context - root >
    < / jav:web >
    < / jav:module >
    < jav:module id = "agmetadataservice_war_module" >
    < jav:web >
    < jav:web - uri > agmetadataservice.war < / jav:web - uri >
    < jav:context - root > / services/integration/AGMetadataService < / jav:context - roo
    t >
    < / jav:web >
    < / jav:module >
    < jav:module id = "agqueryservice_war_module" >
    < jav:web >
    < jav:web - uri > agqueryservice.war < / jav:web - uri >
    < jav:context - root > / services/integration/AGQueryService < / jav:context - root >
    < / jav:web >
    < / jav:module >
    < jav:module id = "agadminservice_war_module" >
    < jav:web >
    < jav:web - uri > agadminservice.war < / jav:web - uri >
    < jav:context - root > / services/integration/AGAdminService < / jav:context - root >
    < / jav:web >
    < / jav:module >
    < jav:module >
    < jav:web >
    < jav:web - uri > oracle.bpm.analytics.actions.war < / jav:web - uri >
    < jav:context - root > cubeaction < / jav:context - root >
    < / jav:web >
    < / jav:module >
    < / jav:application >

    ********************************************
    Dumping the weblogic application. XML
    The merged wlsapplication descriptor is.....? XML version = "1.0" encoding = 'UTF - 8'.
    ? >
    < web: weblogic-application xmlns:web = http://xmlns.oracle.com/weblogic/weblogic-a «»
    application">
    < web: ejb >
    < web: start-BMD-with-application > false < / web: start-BMD-with-application >
    < / web: ejb >
    < web listening port: >
    <: port of listening web-class > oracle.integration.platform.blocks.WLSConfigurationListe
    NER < / web listening port:-class >
    < / web listening port: >
    < web listening port: >
    <: port of listening web-class > oracle.security.jps.wls.listeners.JpsApplicationLifecycl
    eListener < / web listening port:-class >
    < / web listening port: >
    < web listening port: >
    <: port of listening web-class > oracle.adf.share.weblogic.listeners.ADFApplicationLifecy
    cleListener < / web listening port:-class >
    < / web listening port: >
    < web listening port: >
    <: web-class listening port > oracle.mds.lcm.weblogic.WLLifecycleListener < / web: listene
    class r >
    < / web listening port: >
    < web: library-ref >
    < web: library-name > adf.oracle.domain < / web: library-name >
    < / web: library-ref >
    < web: library-ref >
    < web: library-name > oracle.rules < / web: library-name >
    < / web: library-ref >
    < web: library-ref >
    < web: library-name > oracle.sdp.messaging < / web: library-name >
    < / web: library-ref >
    < web: library-ref >
    < web: library-name > oracle.soa.bpel < / web: library-name >
    < / web: library-ref >
    < web: library-ref >
    < web: library-name > oracle.soa.mediator < / web: library-name >
    < / web: library-ref >
    < web: library-ref >
    < web: library-name > oracle.soa.workflow < / web: library-name >
    < / web: library-ref >
    < web: library-ref >
    < web: library-name > oracle.soa.ext < / web: library-name >
    < / web: library-ref >
    < web: prefer-application-packages >
    < package: web-name > META-INF. * < / web: package-name >
    < package: web-name > orabpel.* < / web: package-name >
    < / web: prefer-application-packages >
    < / web: weblogic application >

    ********************************************
    Dumping the descriptor weblogic-extension
    The merged wlsextension descriptor is.....? XML version = "1.0" encoding = "UTF - 8"? >

    < web: weblogic-extension xmlns:web = http://xmlns.oracle.com/weblogic/weblogic-ext «»
    pension' > < / web: weblogic-extension >

    < 3 sep, 2012 9:00:53 PM GMT + 05:30 > < WARNING > < J2EE > < BEA-160140 > < Unresolved opt
    references international package (in META-INF/MANIFEST. (MF): [name of Extension: oracle.soa.]
    Apps, Specification-Version: 11.1.1, implementation-Version: 11.1.1, referenced
    from: C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\tmp\_W
    L_user\soa-infra\ztorh]. Verify that the referenced optional package has been depl
    oyed as a library. >
    < 3 sep 2012 9:00:55 GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:00:55 GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00135. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:01:18 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:01:18 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00136. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:01:22 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:01:22 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00137. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:01:24 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:01:24 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00138. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:01:26 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:01:26 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00139. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:01:53 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:01:53 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00140. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:01:55 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:01:55 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00141. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:01:56 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:01:56 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00142. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    BeanImpl-> card ejbName dumping
    oracle.bpm.bpmn.engine.ejb.impl.BPMNProcessManagerBean: BPMNProcessManagerBean
    com.collaxa.cube.engine.ejb.impl.CubeEngineBean: BPMNEngineBean
    com.collaxa.cube.ejb.impl.CubeServerManagerBean: BPMNServerManagerBean
    com.collaxa.cube.ejb.impl.CubeProcessManagerBean: BPMNProcessManagerBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNKeyGeneratorBean: BPMNKeyGeneratorBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNActivityManagerBean: BPMNActivityManagerBean

    oracle.bpm.bpmn.engine.ejb.impl.BPMNDispatcherBean: BPMNDispatcherBean
    com.collaxa.cube.engine.ejb.impl.CubeDispatcherBean: BPMNDispatcherBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNSensorValuesBean: BPMNSensorValuesBean
    com.collaxa.cube.engine.ejb.impl.CubeAuditTrailBean: BPMNAuditTrailBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNEngineBean: BPMNEngineBean
    com.collaxa.cube.ejb.impl.CubeSensorValuesBean: BPMNSensorValuesBean
    com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean: BPMNDeliveryBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean: BPMNDeliveryBean
    com.collaxa.cube.ejb.impl.CubeActivityManagerBean: BPMNActivityManagerBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNAuditTrailBean: BPMNAuditTrailBean
    com.collaxa.cube.ejb.impl.CubeInstanceManagerBean: BPMNInstanceManagerBean
    com.collaxa.cube.engine.ejb.impl.CubeKeyGeneratorBean: BPMNKeyGeneratorBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNFinderBean: BPMNFinderBean
    com.collaxa.cube.ejb.impl.CubeFinderBean: BPMNFinderBean
    oracle.bpm.bpmn.engine.instancemanagement.ejb.InternalInstanceManagementServiceB
    EAN: InternalInstanceManagementServiceBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNServerManagerBean: BPMNServerManagerBean
    com.collaxa.cube.ejb.impl.BaseCubeSessionBean: BPMNEngineBean, BPMNProcessManage
    rBean, BPMNDeliveryBean, BPMNAuditTrailBean, BPMNKeyGeneratorBean, BPMNDispatche
    rBean, BPMNActivityManagerBean, BPMNFinderBean, BPMNServerManagerBean, BPMNSenso
    rValuesBean, BPMNInstanceManagerBean
    oracle.bpm.bpmn.engine.ejb.impl.BPMNInstanceManagerBean: BPMNInstanceManagerBean

    < 3 sep 2012 9:02:01 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:02:01 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00143. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    BeanImpl-> card ejbName dumping
    oracle.bpm.analytics.dashboard.impl.DashboardServiceBean: DashboardServiceBean
    oracle.bpm.analytics.dashboard.query.ProcessCubeQueryManagerServiceBean: process
    CubeQueryManagerServiceBean
    oracle.bpm.analytics.cube.persistence.impl.PersistenceQueryServiceBean: persists
    nceQueryServiceBean
    oracle.bpm.analytics.cube.persistence.impl.PersistenceServiceBean: PersistenceSe
    rviceBean
    oracle.bpm.analytics.action.persistence.impl.ActionPersistenceServiceBean: Actio
    nPersistenceServiceBean
    oracle.bpm.analytics.measurement.metadata.impl.MeasurementMetadataService: measure
    rementMetadataService
    oracle.bpm.analytics.action.impl.MeasurementActionService: MeasurementActionServ
    ice
    oracle.bpm.analytics.action.persistence.impl.ActionQueryServiceBean: ActionQuery
    ServiceBean
    < 3 sep 2012 9:09:33 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:09:34 GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00144. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:10:00 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:10:00 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00145. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:10:29 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:10:29 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00146. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    < 3 sep 2012 9:10:53 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320400 > < l
    file og C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs
    \soa_server1.log will be rotated. Reopen the log file if stopped tailings. Th
    is can happen on some platforms such as Windows. >
    < 3 sep 2012 9:10:53 PM GMT + 05:30 > < opinion > < LoggingService > < BEA-320401 > < l
    the og file rotated C:\Oracle\Middleware\user_projects\domains\OIDM\serv
    ers\soa_server1\logs\soa_server1.log00147. Log messages will continue to be logg
    ED in C:\Oracle\Middleware\user_projects\domains\OIDM\servers\soa_server1\logs\s
    oa_server1.log. >
    BeanImpl-> card ejbName dumping
    oracle.bpm.services.organization.ejb.PeopleQueryMDB: PeopleQueryMDB
    oracle.bpm.services.processdashboard.ejb.ProcessDashboardServiceBean: ProcessDas
    hboardServiceBean
    oracle.bpm.services.instancemanagement.ejb.InstanceManagementServiceBean: Instan
    ceManagementServiceBean
    oracle.bpm.services.internal.processmodel.ejb.ProcessModelServiceBean: ProcessMo
    delServiceBean
    oracle.bpm.services.bpmapp.ejb.BpmAppServiceBean: BpmAppServiceBean
    oracle.bpm.services.authentication.ejb.BPMUserAuthenticationServiceBean: BPMUser
    AuthenticationServiceBean
    oracle.bpm.services.organization.ejb.BPMOrganizationServiceBean: BPMOrganization
    ServiceBean
    oracle.bpm.services.activityguide.ejb.BpmAGProcessBrokerServiceBean: BpmAGProces
    sBrokerServiceBean
    oracle.bpm.services.processmetadata.ejb.ProcessMetadataServiceBean: ProcessMetad
    ataServiceBean
    oracle.bpm.services.instancequery.ejb.InstanceQueryServiceBean: InstanceQuerySer
    viceBean

    That seems fine. You can always double this if free RAM you have. Speed depends on the configuration of the entire system. What CPU is used here?

    If you only have 3 GB of RAM, a single managed to break can run successfully.
    Running both IOM and SOA, you need 6 GB of RAM for both

    Published by: Zaba Nayan on 3 Sep 2012 21:52

  • Creation of ODI process flow

    Hello

    How to create flow process in ODI 10 g?

    Please let me know.

    Kind regards
    Rama

    >

    Beginning--> Interface1--> Inteface2---> End .if interface 1 can't get the packages should stop.

    In Odi you don't have another activity/utility.
    What object even fell in the package elsewhere it will be treated as a default starting point, but you can always change the starting point by clicking with the right button on the object and the box chooseing first step.

    Now, for the example given

    create a package of odi
    Drag and drop Interface1 in this package... by default, it will become the starting point
    Now drag and drop Interface2 in this package
    in the Web package, you will find something called 'Next step success', 'OK' on them.
    Join Interface1, Interface2 by this line of 'OK '.

    That's all.

    Thank you
    Fati

  • CS6-S &amp; T on Windows Vista

    Hey all,.

    I want to buy the teachers Edition and Adobe Creative Suite 6 Design Standard Student, but I'm now sure if it works with my Windows Vista computer. Product description means that Windows XP, Windows 7 and Windows 8... Who can help me?

    I have the Premium Web package installed on my Vista system and it works no problem, if you have a good chance to get the standard applications installed and running.

    What you need to do is to download the demo version on the Adobe site and see if it installs and runs correctly on your Vista machine.  The student/teacher edition should not be different, so if the trial works, then the final version, you acquire will work as well.

  • Create a newsletter printed in Illustrator CS3

    I can't afford more software, I have CS3 Web packaging design.  My question; is it possible to create a newsletter 2-3 panel with Illustrator CS3 and if possible, can you point me to a tutorial video/so I can start?

    Thank you...

    Hello

    Thanks for your reply. Illustrator is a very good tool to create a brochure.

    I found this tutorial which helps you create a brochure "tri-fold":

    http://www.Adobe.com/DesignCenter/Illustrator/articles/illcs2brochure/illcs2brochure.PDF

    I think this goes much help your needs!

    Let me know how it goes,

    Vicente Tulliano

  • Error during downloading content in FireFox

    I'm having a problem using Authorware Web player 2004 in Firefox.

    His work for web packaged courses that have only the aam & PAC files. When I try to access courses with .aab & .gif, .x32 files I get 'error downloading content' and timeout. Server a correct Mime-types defined for .aab & .x32 (application/x-authorware-bin)

    GIF - image/gif

    In addition, it works on IE without all the problems.

    Is the problem of FireFox which passes on the same computer where you tested it under IE or is it another machine? There was a problem earlier where Firefox is removed from the Security dialog box so that the user has never had the opportunity to indicate that the site was "trust". This is not exposing the exact behavior that I remember that... allows us to get the dialog boxes warning on the attempt to download from a site not approved rather than time-out. But it is worth looking at. Run the same file on the same machine on IE to see that the trust is in place. Then run the same file on the same machine through Firefox.

    The next thing... I think remember me something about the new Firefox requiring the file types to be registered on the client computer through Firefox itself or it wouldn't download even if the MIME type is correct on the server. I'm not sure if the OP (original poster) never responded with a resolution to that.

    HTH,

    Mike

Maybe you are looking for