ExportFolder property setting in FRConfig.cmd in EPM 11.1.2

Hi Everyone,
I am using EPM 11.1.2 and tries to use scheduler to export financial report in PDF format to an external directory on a timely basis. The problem I have right now is I cannot set up the directory label and path correctly in FRConfig.cmd and therefore the items I can see in workspace when I want to select the folder is "Null".
What I have done is I double click FRConfig.cmd under <MIDDLEWARE_HOME>\EPMSystem11R1\products\biplus\bin, select the "MBeans" tab, then expand "com.hyperion" folder from the left hand navigation menu, then "Financial Reporting" > "Attributes" > "ExportFolders". In the "Value" text box, I tried so many different values such as "F1, D:/ExportFolder" and "F1, \\\\<MachineName>\\d$\\ExportFolder". But all of them results in some "Null" items in the external folder selection drop down list when I tried to create a batch scheduler to export Financial Reports in PDF format.
In previous version 11.1.1.3, it was very easy to set this up in fr_scheduler.properties file, but I don't really know what I am missing in the latest version. The Financial Report Administrator Guide for this version is not detailed enough in explaining this, so if anybody knows how to solve this problem, please kindly provide your help.
Thanks in advance.

I am trying to schedule a batch in Hyperion workspace which needs to generate output in SharePoint. I have done the setting in ExportFolder in FRCONFIG.cmd /Mbeans  as
Sharepoint1=//msocsp02.lighthouse.hhc/Finance/Essbase Reporting Libraries/Test Batch Reporting
and set readable/Writable properties to true.
When I execute the batch it give me a error: (Logon Failure: The target account name is incorrect)
================================
Server Activity
Batch "NewBatch" was started at Monday, July 29, 2013 6:21:33 PM CDT
Executed "OPROFIT/Working/Tricia/Dana/Commercial" successfully
Status for various save options for "OPROFIT/Working/Tricia/Dana/Commercial"
Error while saving as PDF
\\msocsp02.lighthouse.hhc\Finance\Essbase Reporting Libraries\Test Batch Reporting\Commercial.pdf (Logon Failure: The target account name is incorrect)
Saved successfully in repository as /OPROFIT/Working/Tricia/Dana/Commercial
Batch "NewBatch" finished at Monday, July 29, 2013 6:21:50 PM CDT
================================
When I type //msocsp02.lighthouse.hhc/Finance/Essbase Reporting Libraries/Test Batch Reporting in Windows explore ,it works fine for me. Plus I can manually upload the any file using my Windows active directory login in Share point via Internet explorer. I am using my windows active directory everywhere.
I tried to execute this batch file in local  directory and it generates the required output but not in Sharepoint.
Any help would be much appreciated.

Similar Messages

  • Not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion Financial reporting 11.1.2 version.

    I am not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion 11.1.2 Financial reporting .
    When I enter the value , it just vanishes. Am I missing something here.?
    I need to set export path for PDF generation in Hyperion financial report for batches.

    Edit FRConfig.cmd and update
    set EPM_ORACLE_INSTANCE=%MIDDLEWARE_HOME%\user_projects\epmsystem1
    update epmsystem1 to the correct epm instance name
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Get values from attributes of property sets

    Hi!
    Anyone know how to obtain values of attributes from property sets? Now I am using directly the EJBs but I would like to use tags (I found <ps:getPropertyNames> but it doesn´t give me the values) Any idea?
    Thanks,
    Guillermo

    Guillermo:
    I am not sure if this is exactly what you mean but you can get the values of properties with the user management tags <um:getProperty> and <um:getPropertyAsString>. You are correct, though, in that the
    <ps:getPropertyNames> tag only returns the names of the properties.
    Ted
    Guillermo wrote:
    Hi!
    Anyone know how to obtain values of attributes from property sets? Now I am using directly the EJBs but I would like to use tags (I found <ps:getPropertyNames> but it doesn´t give me the values) Any idea?
    Thanks,
    Guillermo

  • Setting up LDAP for authentication to portal:default property set named "ldap

    Hi
    I am trying to implement the LDAP authentication to WebLogic Portal .Iam went
    thru the docmentation ( http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824).It
    mentions using the default property set named "ldap" and deploying ldapprofile.jar.My
    quenstion is:
    -Is there a way to look into the property using EBCC
    - Apart from deploying,configuring the ldapprofile.jar,do I have to do any additional
    steps in order to make my portal(say,stockportal) authenticate users from LDAP?
    -If a create my own portal,should I create a similar "ldap" property set?If so,how.
    Any suggestions/help is appreciated.Thanks
    - Mike

    Thanks Dave.
    "David Anderson" <[email protected]> wrote:
    You should be able to view the property set for LDAP through the EBCC
    if you
    have the propertysetws.jar installed in your Portal domain. This provides
    the ability for the EBCC to retrieve property set information from your
    server.
    Dave
    "mike" <[email protected]> wrote in message
    news:[email protected]...
    Hi Adrian
    Thank you for the pointers.Much appreciate it.However,one questionstill
    persists.
    What is the significance of the property set "ldap" mentioned in the
    document(http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824).Where
    does this property set feature vis-a-vis setting up LDAP securityrealm;does it
    mater prior to/after the setting up as mentioned in the document pointeryou just
    gave .
    Is it sufficinet that i follow the procedure to set up the LDAP oris
    there more
    to post setting,like creating a property set (similar to "ldap" orcloning
    it)
    apaprt frpom deploying ldapprofile.jar.
    Thanks.
    - Mike
    "Adrian Fletcher" <[email protected]> wrote:
    Mike,
    The documentation that covers LDAP authentication is listed under
    Weblogic
    Server rather than Weblogic Portal.
    See Configuring the LDAP Security Realm in Managing Security
    (http://e-docs.bea.com/wls/docs61////adminguide/cnfgsec.html#1071872)
    Also take a look at the FAQ - Why can't I boot WebLogic Server whenusing
    the LDAP Security Realm?
    (http://e-docs.bea.com/wls/docs61//faq/security.html#25833)
    Hope this helps,
    Sincerely,
    Adrian.
    Adrian Fletcher.
    Senior Software Engineer,
    BEA Systems, Inc.
    Boulder, CO.
    email: [email protected]
    "mike" <[email protected]> wrote in message
    news:[email protected]...
    Hi
    I am trying to implement the LDAP authentication to WebLogic Portal.Iam
    went
    thru the docmentation
    http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824).It
    mentions using the default property set named "ldap" and deployingldapprofile.jar.My
    quenstion is:
    -Is there a way to look into the property using EBCC
    - Apart from deploying,configuring the ldapprofile.jar,do I have
    to
    do any
    additional
    steps in order to make my portal(say,stockportal) authenticate usersfrom
    LDAP?
    -If a create my own portal,should I create a similar "ldap" propertyset?If so,how.
    Any suggestions/help is appreciated.Thanks
    - Mike

  • User Property Sets / UUP -- not showing up

    Hi. We are having problems getting any portal user property sets to show up in any environment other than our dev boxes. We are running 10.2. Our environment consists of our dev workstations, a dev server in 'development' mode, a stage server in 'production' mode, and a production server in 'production' mode.
    On our development boxes, we see the following property sets from the portal admin:
    Groupspace
    CustomerProperties
    BusinessUserProperties
    BusinessEmployeeProperties
    The latter 2 are our UUP property sets. As I said, these sets appear on our dev boxes, but from what I understand, that is expected because the EAR is exploded when published on a dev box.
    Consultants developed much of this portal application for us, including the uup property sets, and they are backing away and not offering any help in this matter. They simply said to use the propegation tools. I used the propegation tool to merge my dev box inventory and our development server inventory, and the differences did indicate the 4 property sets listed above. I selected to add only those 4 property sets to the dev server, exported the merged inventory, and exported it to our dev server with no errors. However, still no property sets showed up. I then pulled down another inventory from our dev server, and it indicated that it still did not have the property sets. I repeated this cycle once more to no avail.
    Things that are confusing to me are:
    1) The 'Groupspace' and 'CustomerProperties' sets appear to be portal default property sets. Wouldn't they be expected to exist in all environments?
    2) I thought that I read if the server you are deploying the EAR to is in 'development' mode, then the property sets should be moved over when deploying the EAR normally. I may be wrong about this as I am on information overload trying to learn these portal aspects under a time crunch.
    3) Where in the portal database are the propertysets themselved defined? I can see the 'PROPERTY_KEY' and 'PROPERTY_VALUE' tables which handle storing the user properties themselves, but I don't see any tables which would define a property set.
    Thanks in advance for any insights to this issue. It is making my week really tough.

    1st, I recommend posting in the WebLogic Portal forum:
    WebLogic Portal
    2ndly, I recommend opening a support case to get assistance if you are under a time crunch.

  • Setting Multiple values in property set using java API

    Hello All,
    I want to set the properties of a profile in a property set using java API provided
    in package p13n. The property can have multiple values. When I try to add the
    property using ProfileManager.setProperty() method. But every time I do it this
    way, it replaces the earlier value of property and not added. This, I can achieve
    using portalTools but I want to use the API for user registration on the site.
    I hope the query is clear.
    Waiting for a response,
    Thanks in advance,
    Shrinivas

    You need to use java.util.ArrayList.
    First cast the existing value into ArrayList using getProperty method,
    change values in the ArrayList and then put them back with setProperty
    method.
    Regards,
    Michael Goldverg
    "Shrinivas Rao" <[email protected]> wrote in message
    news:3d64e7d9$[email protected]..
    >
    Hello All,
    I want to set the properties of a profile in a property set using java APIprovided
    in package p13n. The property can have multiple values. When I try to addthe
    property using ProfileManager.setProperty() method. But every time I do itthis
    way, it replaces the earlier value of property and not added. This, I canachieve
    using portalTools but I want to use the API for user registration on thesite.
    I hope the query is clear.
    Waiting for a response,
    Thanks in advance,
    Shrinivas

  • Add element or property to XML header (from property set)

    I would like to add an element or property to an outbound XML message.
    I saw references to Tech Note 304, but I can no longer find it.
    Can anyone remember what was in Tech Note 304, or knows how I can do this?

    Scratch my previous post.
    I just got it working, but with Siebel 8.0.0.12 I had to change the sequence.
    In Tech Note 304 they have the example that you should have the Siebel Message in sequence before the SiebelMessage.SessionId input property.
    But for some reason that gives an error for me, but it is working for me when the Siebel Message property set comes after the SiebelMessage.SessionId input property.
    Edited by: jiyong on Mar 13, 2013 5:30 PM Make it work with a different sequence.

  • Error while trying to get Property Set Management in 3.2

    Hi,
    Using WLS 5.1 with sp6 and using WLCS 3.2. When I go into the
    Administration Tools Home Page and click on the Property Set Management
    I get the following errors. I just installed WLCS 3.2 and I'm trying
    to run the Tour by "adding properties within a property set".
    Wed Mar 14 09:35:26 MST 2001:<E> <WebAppServletContext-tools> Servlet
    failed with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at:
    'wl': For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at
    weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:201)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java:146)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at
    weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:3739)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3495)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3356)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1425)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:825)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at
    weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:242)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:265)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)

    Fixed the problem I didn't have the weblogic-tags-510.jar from WLS 5.1 service pack 6.
    Letty Campbell wrote:
    Hi,
    Using WLS 5.1 with sp6 and using WLCS 3.2. When I go into the
    Administration Tools Home Page and click on the Property Set Management
    I get the following errors. I just installed WLCS 3.2 and I'm trying
    to run the Tour by "adding properties within a property set".
    Wed Mar 14 09:35:26 MST 2001:<E> <WebAppServletContext-tools> Servlet
    failed with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at:
    'wl': For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at
    weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:201)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java:146)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at
    weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:3739)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3495)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3356)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1425)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:825)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at
    weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:242)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:265)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)

  • Cannot attach User property set within a Rule set

    Hi,
    I cannot attach a user property set within a rule set. When i create a new
    rule set in the tools it doesnt give me a field to attach a User property
    set to a rule set. I dont get this.
    I am using WLCS 3.2, cloudscape, WL 5.1 SP 6, Win2000.
    Any help wud be greatly appreciated.

    Hello Kapil,
    This is a good thing. Allow me to convince you. Prior to WLCS 2.0.1 sp1,
    each rule set required that a property set be associated with it. Rules in
    that rule set could only use properties from that property set. You could not
    write a rule that used properties from multiple property sets. Therefore, it
    was impossible to combine user/group, session, and request properties in
    rules. It is a good thing that you don't have to associate a property set
    with the rule set anymore.
    kapil wrote:
    Hi,
    I cannot attach a user property set within a rule set. When i create a new
    rule set in the tools it doesnt give me a field to attach a User property
    set to a rule set. I dont get this.
    I am using WLCS 3.2, cloudscape, WL 5.1 SP 6, Win2000.
    Any help wud be greatly appreciated.--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

  • Add a new Property Set

    Hi,
    My question is:
    I want add a new property set , so I create a new .usr file in workshop,
    then build a ear file and deploy .
    but i can't found this property set in adminportal, Why?
    If I do not use the ear file, under the workshop to deploy, all is ok.

    Hi,
    I used this code to autoformat my columns! Hope this was what you were looking for!
    Optimize width of columns --------------------------------------*
          DATA: column      TYPE ole2_object.
          CALL METHOD OF h_excel 'Columns' = column NO FLUSH.
          FREE OBJECT h_excel NO FLUSH.
          CALL METHOD OF column 'Autofit' NO FLUSH.
          FREE OBJECT column NO FLUSH.

  • Property Set

    How do I make a new property that I added to a property set show up in the portal
    admin tool when I am editing a user?
    I was able to do this in my dev environment. After that worked, I updated my EAR
    file with the modified property set file (the .usr file) and redeployed the app
    in my QA environment. When I go into the admin tool and try to edit the property
    set for a user (in QA), I still don't see the new property. Is there anything
    else I need to do? Any help would be appreciated. Thanks
    Also, is there a way to add new properties to a property set thru the portal admin
    tool? Or is editing the file thru workshop the only way? Thanks

    http://e-docs.bea.com/wlp/docs81/deploy/deploy.html#1003633 for the
    first problem. Since you have a compressed EAR, you'll need to flush the
    JDBC repository to have it pick up the files from the EAR.
    You can only change possible and default values through the admin portal.
    Greg
    Ramesh wrote:
    How do I make a new property that I added to a property set show up in the portal
    admin tool when I am editing a user?
    I was able to do this in my dev environment. After that worked, I updated my EAR
    file with the modified property set file (the .usr file) and redeployed the app
    in my QA environment. When I go into the admin tool and try to edit the property
    set for a user (in QA), I still don't see the new property. Is there anything
    else I need to do? Any help would be appreciated. Thanks
    Also, is there a way to add new properties to a property set thru the portal admin
    tool? Or is editing the file thru workshop the only way? Thanks

  • Visual Studio Designer's property setting window

    How do I bring up the Visual Studio Designer's property setting window?
    I started WPF Application but the design with XAML code is too tedious.
    I want to set properties of controls with property window, not code.
    I can't see property setting window in my Visual Studio 2010.

    mvoe your problem to WPF forums
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Enhancement request: ADF BC property sets

    Hi JDev team
    "Yeehaw" on the property sets feature. Very Oracle Designer like.
    To make them even more powerful can you:
    1) In the App Navigator provide "analyze dependencies" option on the right mouse sub-menu.
    2) In the ADF BC EO/VO attr document view, and attribute editor, can you show any values derived from the property set, and show them in a different colour.
    3) If a custom value is given for an ADF BC EO/VO attr property, over-writing derived property set value, facility to change back to property set value, and/or set null.
    4) The ability to create a new property set from an existing ADF BC EO/VO attribute
    5) Ability to set property sets against ADF BC VO bind variables
    Thanks,
    CM.

    1) We plan a "Find Usages..." option on ADFBC components, including Property Sets
    2) Filed ER# 6053438
    3) Filed ER# 6053447
    4) Filed ER# 6053454
    5) Filed ER# 6053457
    Thanks.

  • Standard property set in content selector

    Hello,
    Where can I find some documentation on the standard property set in the contnet
    selector designer.
    Can I use the cm_contentType to get all content for a given type (i.e. "ad") ?
    How do these cm_ properties relate to the com.bea.content.Node class (if at all)
    Any help would be appreciated,
    Thanks,
    Matt.

    Hey Matt. The javadoc for com.bea.content.expression.Search lists all of the standard
    cm properties. You can find it at http://e-docs.bea.com/wlp/docs81/javadoc/index.html.
    It also describes the relationship of the standard properties to the value classes
    in com.bea.content. Such as cm_objectClass -> Node.objectClass.name.
    James
    "Matthew O'Haire" <[email protected]> wrote:
    >
    Hello,
    Where can I find some documentation on the standard property set in the
    contnet
    selector designer.
    Can I use the cm_contentType to get all content for a given type (i.e.
    "ad") ?
    How do these cm_ properties relate to the com.bea.content.Node class
    (if at all)
    Any help would be appreciated,
    Thanks,
    Matt.

  • Request property set proper usage

    How to use request property set from datasync project properly ?
    Should I just set a property and then dynamically do get and set header with
    the property.
    Any suggestion will be quite helpful
    Thanks,
    Subhabrata

    Subhabrata,
    There is quite a bit of docs to look at. Take a look at the tags:
    http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    -Phil
    "Subhabrata Sarkar" <[email protected]> wrote in message
    news:3fc52b1a$[email protected]..
    >
    >
    How to use request property set from datasync project properly ?
    Should I just set a property and then dynamically do get and set headerwith
    >
    the property.
    Any suggestion will be quite helpful
    Thanks,
    Subhabrata

Maybe you are looking for

  • Questions ON folder changes in SAP

    Hi. I created a number of submit frames, and in doing so, on each of them, I put the    PARTITION, NAME, and APPLICATION We decided to rename a few of our folders I am trying to understand how this could happen, but,  When I changed the folder names

  • Photo attachment in email doesn't show up in Google Group

    I never had a problem doing this with my Windows computer. I would resize the photo (Google has a size limit), attach it to an email, send it to the Google Group, and it would show up. When I do the same thing with iPhoto and attach the resized photo

  • Generic addAll problem

    I have the following problem with the generics (working in netbeans 3.3.1) The following nongeneric code works perfectly (of course): public class ABC {     List mStrings;     void addList(List a)    {mStrings.addAll(a);} }However, when I change it t

  • Lost my osx discs, used my sister's discs, why doesn't it work??

    My harddrive on my MacBook crashed recently, and I have now replaced it with a new one. But, I need to install os x, but my discs that came with my computer are gone (I had version 10.4). I borrowed my sister's discs (she have version 10.5.6), but it

  • Java Portal Event not received correctly by ABAP Webdynpro

    We have a page that contains 2 iviews.  iView 1 contains the MSS Employee Search that raises portal event: Namespace: "urn:com.sap.mss.employeesearch" Name: "selection_changed" The second iview contains an ABAP Webdynpro program that subscribes to th