Important! Can't browse object deeply in console

As of CC 2014 window.__adobe_cep__.showDevTools() is deprecated, instead Adobe suggests to use remote debugging via Google Chrome, but there is a big problem here: I can't browse object deeply.
For example this command "console.log({foo: {bar: 1}})" shows "Object {foo: Object}" in console, with expand arrow, which opens first level of the object, but when I tried to click on "foo: Object" nothing happens. So it is impossible to view foo structure in console.
This is very sad for me, because debugging became very complicated.
Here is the screenshot which demonstrates the problem:

Please, somebody, tell me what to do.
I can write own method to browse objects, but this can take a long time. If this is known issue and developers are going to fix it I'll wait for a new release.

Similar Messages

  • OLE Objects - Can I open a browser object within my forms

    Hi There! My company use forms on the web. Now i'm trying to open, using OLE, a browser object in the same window of the forms so that users can navigate at the same time that they use the forms without changing the window/application. Has any one tried this ? Any help,ideas,documents,etc would be great ! Thanks in advance!

    Uninstall the '''''Ask Toolbar'''''. It can cause problems opening new tabs.
    *http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on
    *http://kb.mozillazine.org/Uninstalling_toolbars
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • After "upgrade" to new firefox, bookmarks didn't transfer. Help tells how to import from another browser but not old firefox. Also my anti virus (latest update) apparently not compatible with 4.0 Can I restore my old version

    Question
    After "upgrading" to new firefox none of my bookmarks are in new bookmarks help topics tell me how to import from another browser but not from previous version of firefox. Another problem is my anti virus ( most up to date) is apparently not compatible with 4.0 liked the old firefox would never have "upgraded" had I known my anti virus wouldn't work. Can I get old version back

    Check with Kaspersky as to what versions of Firefox their programs are compatible with. It is up to Kaspersky to keep their stuff up to date as Mozilla releases new versions of Firefox. And if they are unwilling or incapable of doing it, they should inform their customers of such and maybe refund their customers instead of stringing them along.
    http://forum.kaspersky.com/

  • FDM-ERPI import error: ActiveX component can't create object..

    Hi,
    I am using FDM v 11.1.2.1.501 and ERPi v 11.1.2.2 (which is actually v 11.1.2.1.501 following the patch set update to .501, it displays as 11.1.2.2, a known display error). The ODI version for ERPI is 11.1.1.5. The dataload rule executes successfully in ERPI within workspace, but in FDM, I get the following error:
    Description...................................... ActiveX component can't create object: 'fdmERPI.clsGetFinData' At Line: 22
    Can someone let me know why this happens ?
    Rgds,
    George

    The issue is resolved. When upgrading FDM and ERPI to 11.1.2.1.501, the source adapter to be used should not be ERPI-FIN -C which comes together with 11.1.2.1 mediapack, but the adapter must be ERPI-FIN-D which come with the FDM patch set 501. The issue got resolved once ERPI-FIN-C adapter was deleted and replaced by ERPI-FIN-D adapter.

  • FDMEE 11.1.2.3 ActiveX component can't create object

    Hello Gurus,
    I am testing FDMEE 11.1.2.3 and am running into an issue when trying to export to my target HFM application. (Import/Validate work fine). Below is the error log:
    I am loading from a flat file.
    E:\Oracle\Middleware\EPMSystem11R1\products\FinancialDataQuality\bin\HFM_LOAD.vbs(4, 1) Microsoft VBScript runtime error: ActiveX component can't create object: 'erpiHFMAdapter.clsFMAdapter'
    2014-01-02 16:11:03,568 FATAL [AIF]: Error in HfmData.loadData
    Traceback (most recent call last):
      File "<string>", line 106, in loadData
    RuntimeError: Load Error
    2014-01-02 16:11:03,614 FATAL [AIF]: Error in HFM Load Data
    2014-01-02 16:11:03,617 INFO  [AIF]: FDMEE Process End, Process ID: 12

    please follow oracle doc
    FDMEE Validate Step Failing with Intersection Check Enabled (Doc ID 1588419.1)
    cause : Currently the TNSNAMES.ORA file on the FDMEE Server does not contain a connect descriptor entry named AIF_ORCL pointing to the FDMEE database instance. When the intersection check code is being ran for the adapter it is unable to resolve the connect descriptor because it does not exist in the 32 bit TNSNAMES.ORA file.
    Solution : A) Logon to the FDMEE Application Server
    B) Browse to the Oracle\Middleware\EPMSystem11R1\DBClient32\Network\Admin directory
    C) Open the TNSNAMES.ORA file in notepad
    D) Add the following connect descriptor and save:
    AIF_ORCL =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = <DBHOST>)(PORT = <DBPORT>))
      (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = <SERVICE>)
    regards,
    -DM

  • Automating Importing a Visio OLE Object or Changing the Source of a Previously Imported OLE Object

    My colleagues and I import our Visio files into FrameMaker 10 via the following mechanism: File > Import > Object... > Create from File (with Link checked).  We do this because, for us, the benefits of object linking and embedding outweight the pitfalls. In order to institute and automate a graphic file naming convention, I want to be able to do one of the following using ExtendScript:
    Replace each Visio OLE object with that of a renamed or new Visio file. (I've tried using the Import() method  with many different import-script settings, but have not found the correct import-script, if such a thing exists for importing Visio files  imported by reference and linked as OLE objects. My typical error when attempting this is FV_DisallowedImportType, which indicates the source file type is disallowed by my import-script settings. When I talk about my import-script settings, I'm referring to the adjustments that I make to the parameters returned from a call to GetImportDefaultParams().  I've tried numerous import-script combinations but have had no luck. )
    Rename the Visio source file and change the source file of an already-linked Visio OLE object.  (To do this, I need to determine how to implement a script that equals the following user actions while a FM document is open: clicking on Links... under the Edit menu to bring-up the Links window; selecting each link displayed in the Links window; clicking the Change Source button for each selected link; entering the new file name in the File name field of the Change Source window; clicking Open.  Needless to say, I found nothing in the ExtendScript capabilities that indicates that this approach is doable. It may be doable using FDK F_Codes, I haven't explored that avenue and would like to avoid it.)
    Modify the OLE2 facet such that it points to the renamed file instead of the previous name for the file.  (This does not seem like a clean approach.  As is the case now, I don't know how to properly update the facet with the new file name.  I've experimented with simply changing the file name strings from new to old, but that does not work.  There's probably some error-checking or checksum that needs to be recomputed.  Bottom line: I don't know enough about facets.)
    Any help would be greatly appreciated.
    Thanks, Paul

    Hi Paul,
    I tried doing something like this years ago with FrameScript, but found out that the OLE stuff is not exposed to FrameScript or the FDK. So it is probably not exposed to ExtendScript either. When you query an OLE graphic's InsetFile property, it returns a null string, the same as a graphic Imported by Copy would. As far as I can see, importing as an OLE object is only available through the Windows FrameMaker interface.
    Rick

  • Oracle 10G Browse object feature

    Hi there
    I am new to oracle, i have used browse Object in oracle 10g as an easy way to create my table instead of scripting.
    however, i don't know how to assign two FK to the same table (employee table that contains Managers).
    can anyone tell me in steps how i can do it using the browse object feature ?
    Many thanks
    ok, i found it but still have an issue. how to represent a recursive relation ship and again using the browse object feature in oracle. i tried to designate fk Mgr_id to the table employee which has a pk emp_id.
    when i start insert rows to the existence column the following erorr appears:
    " error ORA-02291: integrity constraint (SYSTEM.EMPLOYEE_CON) violated - parent key not found "
    any idea guys ?
    Edited by: Nader_ly on Jan 9, 2011 11:54 AM

    " error ORA-02291: integrity constraint (SYSTEM.EMPLOYEE_CON) violated - parent key not found "
    any idea guys ?FK prevents adding row to child table when no parent row exists

  • Can't Move Objects, Can't Uninstall CC

    I'm running Adobe CC on Mac OS X Yosemite. I've got variations on the same problem, but the main thrust is: I can't move objects.
    More detailed: I booted up InDesign this morning and started working in it. All of a sudden, I couldn't move any of my objects. Can't resize them, can't drag them, nothing. So I look up the issue and this is an ongoing problem apparently. I have done the following:
    • Held down Ctrl+Shift+Alt+Command before the launch screen to delete preferences (didn't work)
    • Manually found the Preferences and Caches folder and renamed them (didn't work)
    • Uninstalled Illustrator, InDesign and Photoshop, then reinstalled (didn't work)
    • Restarted my computer after doing the first two (this worked for five minutes until I opened a browser window, and then the problem was back.
    The next step I would've taken is uninstalling CC and all the applications, clearing the software, and reinstalling everything. Except now I'm being told I can't uninstall CC. Because it's in use. When it's not.
    Look, Adobe, I like the product. But this is bulls***. I've done everything everyone on every message board has done to solve the problem, and it hasn't fixed this. I need the CC in order to maintain job performance. I also need to use the Internet at the same time. This shouldn't be hard.

    This is an open forum with a mix of program users and Adobe staff, not Adobe support... you need Adobe support
    Adobe contact information - http://helpx.adobe.com/contact.html may help
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Import/ export of an object or item in portal 10g

    Good Morning!
    </p>
    can anyone tell what is the format of import / export of an object or item in portal 10g?
    <br>this is in the context of updating or rolling into production server an item whose earlier version might be sitting in the production server before. and it is based on the premise that the environment/ system is composed of more than one servers and production is only one of them.
    <br> apologies ... if i am not even phrasing the question right. by format, what i mean to know is does it first delete the older component and then generate the new one or it renegades and keeps the older version and bring on the newer version, or what.
    </p><p>
    any hints will be appreciated.
    </p>
    syed

    Kasia,
    There are a number of guides on the documentation tab for Oracle9iAS Portal that can answer your questions. Be sure to check out the FAQ!
    Rich

  • How to browse objects in different schemas

    If I connect to the database in one schema is there a way to browse objects in a different schema? For example, I connect as hr and I want to view the tables in the ord schema.

    Robert,
    You have said you only see "a few" users under Other Users - does this mean you only see say six other schemas or does this mean you only see a small percentage of the available schemas?
    With the current navigator interface, SQL Developer by default only displays a selection of values under each node. For example, if I have not filtered my "Other Users" node, I see about 50 schemas and a "Show More" at the bottom of the list. Note that the schemas appear to be randomly selected, although those selected are listed in order - my list includes schemas starting with A through X even though we have over 50 schemas starting with A.
    You can either double click on the "Show More" and select "Show All" to get the full list, or filter to the specific schemas you want to see (ie just the production schemas and not the user schemas).
    If you are seeing only a handful of users and you do not get the "Show More" option, right click on the "Other Users" node and select "Apply Filter" to check to see if you have somehow already filtered the list.
    As a final note - you say you can see the production schemas through SQL+. Given that this without a graphical interface, do your "schema queries" produce the same result in SQL Developer as they do in SQL+?

  • Deleted computer object from SCCM console, so why is it still appearing in SSRS reports?

    We recently divested about 400 computers from our network. I got a list of these computers and deleted them from both Active Directory and in the SCCM Console. I know the deletes were successful because when I search via device name in the SCCM console
    they no longer show up. Yet when I run one of our inventory reports in SSRS I still see several of the devices that I deleted listed there. I thought SSRS represented a" live view" of the SCCM database. If that's true then how can a computer object
    that I deleted in the console still be present in the database? Is there something I'm missing? 

    Okay you are saying to select from v_R_System_Valid instead of v_R_System in my query and that will automatically filter out items I removed in the console? Okay that sounds like what I want, the only problem is my query is selecting form v_GS_COMPUTER_SYSTEM.
    Can I just add "_Valid" to the end of that and achieve the same result?
    Update - Yeah no I tried that and it did not work. Clearly I have a very limited understanding of the SQL views. Interestingly enough Torsten I see you posted a linbk on your blog to a new Microsoft article that documents the SQL views in SCCM 2012. Looking
    at it now...

  • How can be joined EM DB web console together with EBS?

    Our company uses EBS R12 running under Linux. There is a need for managing the database that comes with EBS. The JAVA version of Enterprise Manager Console lacks some important functionality that resist in EM DB web console. So how can be integrated EM DB web console installation/service into existing EBS system? Please give some hints... There exist an "EM DB Grid Control" installation package but I doubt that it can be installed above the EBS system to manage the EBS database. Is there a right way to implement this?

    hsawwan, I have reviewed the two notes, it seems that note 729893.1 does not apply to my environment, I have done the needed steps described in 336629.1 and then tried to re-create the repository but it still fails with the same error. The tail of the log:
    19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking mgmt view user account
    19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar
    2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.d
    ba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || v
    iew_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_
    pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identi
    fied by ' || view_user_pwd || ''; END IF; end;
    19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/emcaDbUtil /u01/oracle/PROD/db/tech_st/10.2.0/
    perl/lib:/u01/oracle/PROD/db/tech_st/10.2.0/perl/lib/site_perl:/u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts:/u01/oracle/PROD
    /db/tech_st/10.2.0/bin: /u01/oracle/PROD/db/tech_st/10.2.0/perl/bin/perl /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/e
    mcaDbUtil.pl /u01/oracle/PROD/db/tech_st/10.2.0 PROD SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd v
    archar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_st
    atus into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%'
    THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mg
    mt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immedia
    te 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of -1
    19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed /u01/oracle/PROD/db/tech_st/10.2.0 PROD SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); vie
    w_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); selec
    t account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like
    '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' TH
    EN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); exe
    cute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE thdfv/ at /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca
    /emcaDbUtil.pl line 64, <STDIN> line 2.
    19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Error executing /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/emcaDbUtil /u01/oracle/PROD/db/tech_st/10.2.0/perl
    /lib:/u01/oracle/PROD/db/tech_st/10.2.0/perl/lib/site_perl:/u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts:/u01/oracle/PROD/db/
    tech_st/10.2.0/bin: /u01/oracle/PROD/db/tech_st/10.2.0/perl/bin/perl /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/emcaD
    bUtil.pl /u01/oracle/PROD/db/tech_st/10.2.0 PROD SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varch
    ar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status
    into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN
    execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_v
    iew_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate '
    alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Failed to unlock mgmt_view account
    19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Failed to unlock all EM-related accounts
    19.01.2009 17:54:03 oracle.sysman.emcp.EMConfig perform
    SEVERE: Failed to unlock all EM-related accounts
    Refer to the log file at /u01/oracle/PROD/db/tech_st/10.2.0/cfgtoollogs/emca/PROD/emca_2009-01-19_05-51-47-PM.log for more details.
    19.01.2009 17:54:03 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Failed to unlock all EM-related accounts
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:253)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:133)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:485)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1141)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:469)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:418)

  • Can not browse catalog  when triying to create a discount in workshop 8.1

    Hi,
    I am using weblogic portal 8.1 and triying to create a discount. I followed the
    instructions that are found in workshop help named as "using commerce" and "creating
    discounts".
    I have installed commerce services and commerce taglibs. I tried to create a discount
    but when I try to use wizard to configure my discount I can not browse catolog.
    I click on "wizard" and select "simple discount" from the appeared window but
    then I can not browse the porduct that the discount will be applied to.

    Before I forget, make sure the server is running and that your
    application deployed correctly (look in the console
    http://locahost:7001/console). Verify that the toolSupport.war module's
    context-path is <appname>Tool, where <appname> is the name of your
    application (e.g. portalAppTool). Verify that you can access the URL
    http://<hostname>:<port>/<appname>Tool/CatalogWS, where <hostname> is
    the name of the machine the server is running on (probably localhost),
    <port> is the port WLS is listening to (probably 7001). So, for
    sampleportal, you would use
    http://localhost:7001/portalAppTool/CatalogWS. Use your server's admin
    username/password (e.g. weblogic/weblogic for samples/domains/portal).
    You should get a webservice test page. That's the URL that workshop
    tries to access to get catalog information; so, if you can't access it,
    workshop can't either.
    If that works, I actually need output from running workshop. It looks
    like that might not actually go to bea/weblogic81/workshop/workshop.log.
    If you're on windows, can you temporarily modify
    bea/weblogic81/workshop/Workshop.cfg so that the second line, which
    should look like:
    C:\bea\jdk141_03\jre\bin\javaw.exe
    uses java.exe instead, as in:
    C:\bea\jdk141_03\jre\bin\java.exe
    On Unix/Linux, modify Workshop.sh so that it doesn't redirect output to
    /dev/null.
    Then, in bea/weblogic81/workshop, create a file called debug.properties
    that looks like:
    usePackageNames: true
    com.bea.portal.ide.rules.server: on
    Then, run Workshop.exe/Workshop.sh. A command window should appear with
    some output like:
    DEBUG: extensions=C:\bea\weblogic81\workshop\extensions
    INFO: Registering extension com.bea.portal.ide.CommonServices
    INFO: Service com.bea.portal.ide.findrefs.FindRefsSvc registered
    INFO: Handler for urn:com-bea-portal-ide:ref-finders registered
    In Workshop, try to open the catalog browser from the discount. You
    should get a bunch of output in the command window. Send that here.
    Greg
    birce ozdurmus wrote:
    Hi
    the log file under /bea/samples/weblogic81/domains/portal is in the attachment
    thanks
    birce
    Gregory Smith <[email protected]> wrote:
    Birce -
    Do you get an error dialog, or does the catalog browser open without
    anything in it?
    If you get an error dialog, can you attach your workshop.log file? It
    should contain an error message and possibly a stacktrace about the
    catalog browser.
    Greg
    birce ozdurmus wrote:
    Hi,
    I am using weblogic portal 8.1 and triying to create a discount. Ifollowed the
    instructions that are found in workshop help named as "using commerce"and "creating
    discounts".
    I have installed commerce services and commerce taglibs. I tried tocreate a discount
    but when I try to use wizard to configure my discount I can not browsecatolog.
    I click on "wizard" and select "simple discount" from the appearedwindow but
    then I can not browse the porduct that the discount will be appliedto.
    >

  • ERROR: Automation server can't create object

    Hi,
    I am at my wits end, and I hope you can help me. I have
    compiled a Webhelp project that runs just fine in Firefox (with the
    exception of expanding text but blah blah blah... :P)
    When I compile the same project in IE, I get an page loading
    error that tells me that "Automation server can't create object"
    (with reference to 'whskin_pdfhtml.html' in a file path, and my ToC
    is not visible.
    My tester, who is on another machine in another location,
    tells me HIS ToC loads fine, but he gets an out of memory error at
    line 59.
    I have trawled thru these forums for an hour now, and I am no
    closer to solving this problem. I have tried creating a brand new
    empty project with one topic and I get the same error.
    Any ideas on what's happening?
    Of course, we have a demo tomorrow at 6am.
    thanks

    Guessing here.
    1] You have created webhelp pro when you don't have RoboHelp
    Server installed on the server.
    2] Your source has some output files in it. The topic
    concerned being the one that gives the memory error. This result is
    what you get when you view in RoboHelp an output file that has been
    imported into the source. I don't know whether it gives the same
    error in the output again.
    Or are you viewing the help locally instead of from a server?
    What version of IE.

  • Browser object in a desktop application

    i wantto add a browser object in my APP beacuse iwant to d/l site to and
    parse some data from them!
    how can i do this?
    thnaks in advabnce
    peleg

    If you don't need to display the site and you want only to download it and process it in the background you can use HttpClient: http://jakarta.apache.org/commons/httpclient/

Maybe you are looking for