Styling breadcrumbs not working on topic level

I see that when generating for WebHelp Pro you are able to decide if you style the breadcrumbs there or through the topic level.  When i select to have it through the topic level it doesn't seem to to add the class="breadcrumbs" on the p tag for the breadcrumbs and as a result they are not being styled on the topic level.
I do see that in the whutils.js file i could easily add the class name through the function in there, but I don't think that would be wise since im assuming it would be overriden all the time.
Thanks for any explanation or workaround to this issue.  I would like to have them all through a stylesheet and not through the js file.

Hi,
In the Webhelp Output, RoboHelp adds the following (standard) code into each topic (Topic names and hyperlinks depend on the page):
document.write("<p style=\"text-align:right\"> ");
AddMasterBreadcrumbs("../Basisvaardigheden.htm", "", ">", "Home", "../Basisvaardigheden_1.htm");
document.write("<a href=\"Beheer.htm\">Basisvaardigheden beheer</a> > Codetabellen</p>");
There is no direct way to avoid this, other than changing the RoboHelp source files, or changing the style after you create the help. Personally, I use a php script to change the text
document.write("<p style=\"text-align:right\"> ");
into
document.write("<p class=\"bread\" style=\"text-align:left\"> <span class=\"bot\"><a href=\"javascript:window.print()\"><img src=\"../pics/bt_afdrukken_2.gif\" border=\"0\"></a></span> ");
This script apply's the class bread to every breadcrumb paragraph and inserts a print image before the breadcrumbs. Note that the text that RoboHelp writes in your topic depends on the style you define when you create the webhelp.

Similar Messages

  • SPEL Review Page - not working at row level

    I have searched the forum for "review page" and "SPEL" try to find solutions and tryed the techniques, but still not working.
    This is what I am trying to do Display Employee details ( empno,sal,comm,deptno) I wanted to display edit icon only when deptno=10 otherwise not.as mentioned in one of the threads i have added a column decode(deptno,10,1,0) DispEdit and set the rendered property of that edit icon/item. Wrote the code necessary to return TRUE or FALSE,
    I think its setting rendered property based on the first record, not changing based on each record.
    currently based on the first record and how I put the logic its 1. Displays the column/edit icon 2. Does not display the column.so it this statement right?
    Please help.
    I found 2 forums that said it worked
    1. same as above
    Problem Using SPEL
    2. in the second thread uses row.setAttributeValue/populate...
    SPEL
    basically I am trying to create a review page with change indicator image ( I have sql that has select old_date,new_date, changes_YN columns).

    Thanks for your reply.
    I have set the rendered property to ${oa.viewobjectname.columnname}
    which is same as u mentioned I guess. It is working based on the first row fetched but not based on each rows value.
    As per Ramkumar in the below thread , SPEL does not work at row level is it TRUE can anypne confirm?
    Re: Bound Values
    I have been waiting to get someresponse from yesterday.
    Anyway, as My plan was to use the logic to build review page ( to show Blue dot if old value is not equals to new value) , I have planned to replace SPEL with oracle SQL logic I wrote a sql which returns something like this, I could not find any better alternates ( wrost one was to create 7 VO's (bcaz i have 7 columns to disp) and apply SPEL there)
    Select 'Empno' column, AEmpno Current,Bempno Proposed,decode( a.empno,b.empno,'','*') from xxx_v
    union
    Select 'Ename',Aename,Bename,decode(aename,bename,'','*') from xxx_v
    * indicates Changed data.

  • Display form  function not working at HRADMIN level.

    Hi ,
    I have got a problem with   an  Adobe interactive form at HRADMIN level. i could run the perform personnel Actions(connecting to R/3), Email functions from the Action Box at  HRADMIN . when i try for the Display form , the page is refreshing it self and not getting  displayed .
    needs some help.
    Rgds,
    Venkat

    Thanks for your reply.
    I have set the rendered property to ${oa.viewobjectname.columnname}
    which is same as u mentioned I guess. It is working based on the first row fetched but not based on each rows value.
    As per Ramkumar in the below thread , SPEL does not work at row level is it TRUE can anypne confirm?
    Re: Bound Values
    I have been waiting to get someresponse from yesterday.
    Anyway, as My plan was to use the logic to build review page ( to show Blue dot if old value is not equals to new value) , I have planned to replace SPEL with oracle SQL logic I wrote a sql which returns something like this, I could not find any better alternates ( wrost one was to create 7 VO's (bcaz i have 7 columns to disp) and apply SPEL there)
    Select 'Empno' column, AEmpno Current,Bempno Proposed,decode( a.empno,b.empno,'','*') from xxx_v
    union
    Select 'Ename',Aename,Bename,decode(aename,bename,'','*') from xxx_v
    * indicates Changed data.

  • 3.4: keyword auto-completion not working for multiple levels

    Auto-completion does not work with higher level keywords, which used to work in LR 3.3 (IIRC).
    Example:
    I enter in the "Click here to add keywords" field:
    "He" then LR tries to complete the keyword by showing keywords starting with "He". Fine.
    But this is a keyword which does not exist so far, so I enter "Heldenplatz > W" because I want to have sorted it under Wien. If I'm not mistaken, LR 3.3 showed after entering the "W" a list of existing keywords starting with W (auto-completion for the one level higher tag). This is not the case anymore. I have to enter  "Heldenplatz > Wien" completely, which makes it slow and error-prone.
    Am I mistaken or can you reproduce it?
    Cheers

    GaryRowe wrote:
    How can it be, after all this time, that they still do not have effective regression testing in place ? Any sane development team (who wants to remain sane ;-) builds this as a priority ... unless they aren't given the resources?
    I think (don't remember though) that this never worked, so regression testing would not have helped.
    What is really to worry, that features aren't consequently and completely implemented (and tested). With a new option in Lightroom 3, Adobe has offered support for keywords with spaces. It seems that this feature as neither been thoroughly analysed or implemented. Thus, we face the currently inconsequent support of it:
    keyword completion only works with the first entered word, but when you enter a complete keyword hierarchy using the ">" letters
    filtering seems to have problems too

  • Drill down is not working in 3rd level of dimension hirarchy

    Hi,
    drill down is not working in 3rd level of dimension hirarchy,any issues. once i clicked on 3rd level it goes to detail level instead of going to 2nd level
    thanks

    any updates

  • Scrollwheel does not work in Topic Window

    I have installed Oracle Help for Java 4.2.7. When I open a helpset in the Help Previewer, I notice that the scrollwheel does work in the Help Navigator window, but does not work in the Help Topic window. Is this a bug or is there something I can do so that the scrollwheel works in both the Help Navigator and Help Topic windows?
    Thanks in advance,
    Marc Norman
    Prefix

    Hi Marc,
    What JRE/JDK are you using when you run the previewer? When I install OHJ 4.2.7, and run it using Sun JDK 1.4.2 on Windows XP the scroll wheel works for me in both the help navigator window and the help topic window.
    If it doesn't work for you, please provide me with some more details about your environment, so I can track the issue down.
    Also, I apologize for the lengthy delay between your post and when it appeared in our forum. We had some issues with the forum moderation, that we hopefully have worked out.
    Regards,
    Jeffrey Stephenson
    Oracle Help Technologies

  • LCM not working after 600 level patch

    We recently applied 11.1.2.1.600 patch for HSS, workspace and HFM. Since then the LCM is not working. We have a clustered Environment. When I login as a native admin user, LCM works when I use http://server1:28080/interop/index.jsp but not with http://server2:28080/interop/index.jsp. LCM doesnt work at all when I login as LDAP user.
    import_export folder is a shared folder in the server1.
    migration.properties has below parameters in server1 and server2. We have the same parameters for the servers in Prod.
    filesystem.artifact.path=<epm_oracle_instance>/import_export
    I would really appreciate the help.
    Thanks
    SharedServices_LCM.log
    [2012-12-06T12:11:03.707-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching product information.
    [2012-12-06T12:11:03.845-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of AIF.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.855-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of BPMA.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.856-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of CALC.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.857-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of DiscMan.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.860-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of ESB.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.865-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of ESBAPP.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.866-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of FCC.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.878-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HAVA.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.879-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HBR.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.894-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HFM.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.896-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HP.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.898-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HPM.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.901-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HPS.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.904-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HSF.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.908-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of HUB.Product file completed. Added to product cache.
    [2012-12-06T12:11:03.909-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-16008] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCgpv6eLL6yRQ_MG1GkD6M000001,0:11:22] [APP: SHAREDSERVICES#11.1.2.0] Caching of IOP.Product file completed. Added to product cache.
    [2012-12-06T12:11:33.697-05:00] [FoundationServices1] [ERROR] [EPMLCM-37075] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlCqhx6eLL6yRQ_MG1GkD6M000002,0] [SRC_CLASS: ?] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: ?:?] Cannot login user - [none] . Verify the provided username and password.
    [2012-12-06T12:12:33.487-05:00] [FoundationServices1] [ERROR] [EPMLCM-37075] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlD5NE6eLL6yRQ_MG1GkD6M000003,0] [SRC_CLASS: ?] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: ?:?] Cannot login user - [none] . Verify the provided username and password.
    [2012-12-06T12:13:33.485-05:00] [FoundationServices1] [ERROR] [EPMLCM-37075] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlDK0g6eLL6yRQ_MG1GkD6M000005,0] [SRC_CLASS: ?] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: ?:?] Cannot login user - [none] . Verify the provided username and password.
    [2012-12-06T12:14:33.504-05:00] [FoundationServices1] [ERROR] [EPMLCM-37075] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlDYeV6eLL6yRQ_MG1GkD6M000006,0] [SRC_CLASS: ?] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: ?:?] Cannot login user - [none] . Verify the provided username and password.
    [2012-12-06T12:15:33.516-05:00] [FoundationServices1] [ERROR] [EPMLCM-37075] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlDlKA6eLL6yRQ_MG1GkD6M00000C,0] [SRC_CLASS: ?] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: ?:?] Cannot login user - [none] . Verify the provided username and password.
    [2012-12-06T12:16:33.508-05:00] [FoundationServices1] [ERROR] [EPMLCM-37075] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlDzxZ6eLL6yRQ_MG1GkD6M00000D,0] [SRC_CLASS: ?] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: ?:?] Cannot login user - [none] . Verify the provided username and password.
    [2012-12-06T12:17:33.516-05:00] [FoundationServices1] [ERROR] [EPMLCM-37075] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlEEbB6eLL6yRQ_MG1GkD6M00000F,0] [SRC_CLASS: ?] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: ?:?] Cannot login user - [none] . Verify the provided username and password.
    [2012-12-06T12:18:23.029-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlEQ^26eLL6yRQ_MG1GkD6M000011,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/artifactListing.xsl
    [2012-12-06T12:18:27.801-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlERn86eLL6yRQ_MG1GkD6M000016,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T12:18:29.369-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlESB06eLL6yRQ_MG1GkD6M000017,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T12:18:31.486-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlESf_6eLL6yRQ_MG1GkD6M000018,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T12:18:36.579-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlETvh6eLL6yRQ_MG1GkD6M000019,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T12:18:38.122-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlEUKM6eLL6yRQ_MG1GkD6M00001A,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T12:18:39.385-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEUbp6eLL6yRQ_MG1GkD6M00001B,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T12:18:44.928-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXXX.HP
    [2012-12-06T12:18:44.931-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XX.HP
    [2012-12-06T12:18:44.933-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXXX.HP
    [2012-12-06T12:18:44.934-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXX.HP
    [2012-12-06T12:18:44.935-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T12:18:44.936-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXX.HP
    [2012-12-06T12:18:44.937-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T12:18:44.938-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXXXX.HP
    [2012-12-06T12:18:44.940-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEW0x6eLL6yRQ_MG1GkD6M00001W,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXX.HP
    [2012-12-06T12:18:56.711-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXXX.HP
    [2012-12-06T12:18:56.712-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXX.HP
    [2012-12-06T12:18:56.714-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXXX.HP
    [2012-12-06T12:18:56.715-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXX.HP
    [2012-12-06T12:18:56.716-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T12:18:56.717-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXX.HP
    [2012-12-06T12:18:56.718-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXXX.HP
    [2012-12-06T12:18:56.720-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T12:18:56.721-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEYt56eLL6yRQ_MG1GkD6M00001b,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T12:18:59.665-05:00] [FoundationServices1] [ERROR] [EPMLCM-37014] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEZKQ6eLL6yRQ_MG1GkD6M00001d,0] [SRC_CLASS: com.hyperion.lcm.handler.MSRHandler] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: beginMigrationReport:270] Cannot find the migration definition file in the temporary location - \\hyp11webt1\import_export\msr\PKG_113.xml. Nested exception is [[
    java.io.FileNotFoundException
         at com.hyperion.lcm.handler.MSRHandler.writeCtntsToFile(MSRHandler.java:895)
         at com.hyperion.lcm.handler.MSRHandler.beginMigrationReport(MSRHandler.java:248)
         at com.hyperion.lcm.handler.PackageHandler.parseAndValidate(PackageHandler.java:594)
         at com.hyperion.lcm.clu.CLUProcessor.execute(CLUProcessor.java:222)
         at com.hyperion.lcm.web.action.MigrateDataAction.executeAction(MigrateDataAction.java:100)
         at com.hyperion.lcm.web.action.LCMStatefulAction.execute(LCMStatefulAction.java:140)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1198)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:434)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.hyperion.bpm.logon.CredentialFilter.doFilter(CredentialFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    [2012-12-06T12:18:59.694-05:00] [FoundationServices1] [ERROR] [EPMLCM-34011] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000JhlEZKQ6eLL6yRQ_MG1GkD6M00001d,0] [SRC_CLASS: com.hyperion.lcm.common.LCMLogger] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: logMessages:937] Cannot process migration for Target connection FileSystem-Connection2. Cannot perform migration. Invalid repository path - /TESTLCM12. Give proper path in Migration Definition file. Nested exception is [[
    java.io.IOException: The parameter is incorrect
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at com.hyperion.lcm.file.manager.util.FSURL.<init>(FSURL.java:110)
         at com.hyperion.lcm.handler.PackageHandler.validateConnectionTag(PackageHandler.java:1309)
         at com.hyperion.lcm.handler.PackageHandler.parseAndValidate(PackageHandler.java:625)
         at com.hyperion.lcm.clu.CLUProcessor.execute(CLUProcessor.java:222)
         at com.hyperion.lcm.web.action.MigrateDataAction.executeAction(MigrateDataAction.java:100)
         at com.hyperion.lcm.web.action.LCMStatefulAction.execute(LCMStatefulAction.java:140)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.logon.CredentialFilter.doFilter(CredentialFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

    [2012-12-06T14:25:24.354-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfVHv6eLL6yRQ_MG1GkD6M00003v,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/artifactListing.xsl
    [2012-12-06T14:25:27.946-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfW8u6eLL6yRQ_MG1GkD6M00003x,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:29.793-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfWbl6eLL6yRQ_MG1GkD6M00003y,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:32.330-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlfXDu6eLL6yRQ_MG1GkD6M00003z,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:34.435-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlfXip6eLL6yRQ_MG1GkD6M000040,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:36.105-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlfY9A6eLL6yRQ_MG1GkD6M000041,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:38.891-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000JhlfYp^6eLL6yRQ_MG1GkD6M000042,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:43.316-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfZvH6eLL6yRQ_MG1GkD6M000043,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:45.132-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000Jhlf^MJ6eLL6yRQ_MG1GkD6M000044,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:47.651-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000Jhlf^yZ6eLL6yRQ_MG1GkD6M000045,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:49.107-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000Jhlf_MI6eLL6yRQ_MG1GkD6M000046,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:25:50.388-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlf_dj6eLL6yRQ_MG1GkD6M000047,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T14:26:07.819-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.826-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.834-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.842-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.852-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.853-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.855-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.856-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:07.857-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfdvz6eLL6yRQ_MG1GkD6M00004B,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.425-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.434-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.436-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.438-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.440-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.441-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.443-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.444-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:33.450-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000JhlfkBb6eLL6yRQ_MG1GkD6M00004E,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T14:26:35.946-05:00] [FoundationServices1] [ERROR] [EPMLCM-37014] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfkg_6eLL6yRQ_MG1GkD6M00004F,0] [SRC_CLASS: com.hyperion.lcm.handler.MSRHandler] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: beginMigrationReport:270] Cannot find the migration definition file in the temporary location - \\hyp11webt1\import_export\msr\PKG_114.xml. Nested exception is [[
    java.io.FileNotFoundException
         at com.hyperion.lcm.handler.MSRHandler.writeCtntsToFile(MSRHandler.java:895)
         at com.hyperion.lcm.handler.MSRHandler.beginMigrationReport(MSRHandler.java:248)
         at com.hyperion.lcm.handler.PackageHandler.parseAndValidate(PackageHandler.java:594)
         at com.hyperion.lcm.clu.CLUProcessor.execute(CLUProcessor.java:222)
         at com.hyperion.lcm.web.action.MigrateDataAction.executeAction(MigrateDataAction.java:100)
         at com.hyperion.lcm.web.action.LCMStatefulAction.execute(LCMStatefulAction.java:140)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1198)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:434)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.hyperion.bpm.logon.CredentialFilter.doFilter(CredentialFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    [2012-12-06T14:26:36.094-05:00] [FoundationServices1] [ERROR] [EPMLCM-34011] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhlfkg_6eLL6yRQ_MG1GkD6M00004F,0] [SRC_CLASS: com.hyperion.lcm.common.LCMLogger] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: logMessages:937] Cannot process migration for Target connection FileSystem-Connection2. Cannot perform migration. Invalid repository path - /TESTLCM. Give proper path in Migration Definition file. Nested exception is [[
    java.io.IOException: The parameter is incorrect
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at com.hyperion.lcm.file.manager.util.FSURL.<init>(FSURL.java:110)
         at com.hyperion.lcm.handler.PackageHandler.validateConnectionTag(PackageHandler.java:1309)
         at com.hyperion.lcm.handler.PackageHandler.parseAndValidate(PackageHandler.java:625)
         at com.hyperion.lcm.clu.CLUProcessor.execute(CLUProcessor.java:222)
         at com.hyperion.lcm.web.action.MigrateDataAction.executeAction(MigrateDataAction.java:100)
         at com.hyperion.lcm.web.action.LCMStatefulAction.execute(LCMStatefulAction.java:140)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.logon.CredentialFilter.doFilter(CredentialFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    [2012-12-06T16:10:07.141-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000Jhm3SFF6eLL6yRQ_MG1GkD6M00006u,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/artifactListing.xsl
    [2012-12-06T16:10:10.335-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000Jhm3Trf6eLL6yRQ_MG1GkD6M00006x,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T16:10:11.528-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 11] [userId: <anonymous>] [ecid: 0000Jhm3UHF6eLL6yRQ_MG1GkD6M00006y,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T16:10:13.638-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-17007] [oracle.EPMLCM] [tid: 12] [userId: <anonymous>] [ecid: 0000Jhm3UiJ6eLL6yRQ_MG1GkD6M00006z,0] [APP: SHAREDSERVICES#11.1.2.0] FilePicker.readFile path = WEB-INF/xslRepository/lcm/map/expandArtifactListing.xsl
    [2012-12-06T16:10:19.714-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.716-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.717-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.718-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.720-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.721-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.722-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.723-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:19.724-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3WJM6eLL6yRQ_MG1GkD6M00007L,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.673-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.674-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.675-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.677-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.678-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.679-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.680-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.682-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:32.682-05:00] [FoundationServices1] [NOTIFICATION] [EPMLCM-13002] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3ZTV6eLL6yRQ_MG1GkD6M00007R,0] [APP: SHAREDSERVICES#11.1.2.0] Project Name XXXXX.HP
    [2012-12-06T16:10:56.942-05:00] [FoundationServices1] [ERROR] [EPMLCM-37014] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3dI16eLL6yRQ_MG1GkD6M00007U,0] [SRC_CLASS: com.hyperion.lcm.handler.MSRHandler] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: beginMigrationReport:270] Cannot find the migration definition file in the temporary location - \\hyp11webt1\import_export\msr\PKG_117.xml. Nested exception is [[
    java.io.FileNotFoundException
         at com.hyperion.lcm.handler.MSRHandler.writeCtntsToFile(MSRHandler.java:895)
         at com.hyperion.lcm.handler.MSRHandler.beginMigrationReport(MSRHandler.java:248)
         at com.hyperion.lcm.handler.PackageHandler.parseAndValidate(PackageHandler.java:594)
         at com.hyperion.lcm.clu.CLUProcessor.execute(CLUProcessor.java:222)
         at com.hyperion.lcm.web.action.MigrateDataAction.executeAction(MigrateDataAction.java:100)
         at com.hyperion.lcm.web.action.LCMStatefulAction.execute(LCMStatefulAction.java:140)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1198)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:434)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.hyperion.bpm.logon.CredentialFilter.doFilter(CredentialFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    [2012-12-06T16:10:57.078-05:00] [FoundationServices1] [ERROR] [EPMLCM-34011] [oracle.EPMLCM] [tid: 25] [userId: <anonymous>] [ecid: 0000Jhm3dI16eLL6yRQ_MG1GkD6M00007U,0] [SRC_CLASS: com.hyperion.lcm.common.LCMLogger] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: logMessages:937] Cannot process migration for Target connection FileSystem-Connection1. Cannot perform migration. Invalid repository path - /LCMTEST123. Give proper path in Migration Definition file. Nested exception is [[
    java.io.IOException: The parameter is incorrect
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at com.hyperion.lcm.file.manager.util.FSURL.<init>(FSURL.java:110)
         at com.hyperion.lcm.handler.PackageHandler.validateConnectionTag(PackageHandler.java:1309)
         at com.hyperion.lcm.handler.PackageHandler.parseAndValidate(PackageHandler.java:625)
         at com.hyperion.lcm.clu.CLUProcessor.execute(CLUProcessor.java:222)
         at com.hyperion.lcm.web.action.MigrateDataAction.executeAction(MigrateDataAction.java:100)
         at com.hyperion.lcm.web.action.LCMStatefulAction.execute(LCMStatefulAction.java:140)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.logon.CredentialFilter.doFilter(CredentialFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    ]]

  • I am possessing apple iphone4. In my phone while watching video, audio is not working. Volume level is fuul

    I Am holding iphone 4.7.1.2. though my volume is full, while on video audio is not working.

    Hi klgksharma,
    Welcome to the Apple Support Communities!
    I understand that you are not hearing sound from the speaker of your iPhone while watching video. In this situation, I would recommend working through the steps in the attached article to troubleshoot. 
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    Best regards,
    Joe

  • Query Designer not working with Aggregation Levels on BW 7.30

    Hi,
    Every time I try to create a query on top of an Aggregation Level that I created with the new ABAP based RSPLAN transaction.
    If somebody can help me out I'd appreciate it.
    By the way, we don't have the Java stack, but we are currently using BO4's JVM as we're on ramp up.
    This is the error that I get when trying to create the query:
    QD Revision 667
    ERROR ID: E-ONGUIUNHANDLEDEXCEPTION
    And this is the error log:
    1:42:13 p.m..319: Info: Query Designer Start. Revision: 667
    QDbCommandBase::Execute  - Standard View
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - Documents
    QDbCommandBase::Execute  - Where-Used List
    QDbCommandBase::Execute  - Properties
    QDbCommandBase::Execute  - Properties
    QDbCommandBase::Execute  - Messages
    QDbCommandManager::ItemClickedHandler - Bar clicked: NewQuery
    QDbCommandBase::Execute  - New...
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - Documents
    QDbCommandBase::Execute  - Where-Used List
    QDbCommandBase::Execute  - Messages
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Properties
    -EXCEPTION-START- 1:42:52 p.m..416: TRACE EXCEPTION  ---
    Exception Name: TargetInvocationException
    Exception Message: Exception has been thrown by the target of an invocation.
    Exception    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.PropertyGet(Object iPropertySource, String iPropertyName)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueGetDefault(Object iPropertySource)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.pValueDefault()
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueDefault()
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueResolved()
       at com.sap.bi.et.QueryDesigner.QDpPropertyMulti.SetFirstProperty(QDpPropertyBase iProperty)
       at com.sap.bi.et.QueryDesigner.QDpPropertyMulti.Add(QDpPropertyBase iProperty)
       at com.sap.bi.et.QueryDesigner.QDuPropPageQuery.ToDialog()
       at com.sap.bi.et.QueryDesigner.QDuPropPageBase.ToDialogCore()
       at com.sap.bi.et.QueryDesigner.QDuPropPageBase.set_CommandContext(QDbCommandContext Value)
       at com.sap.bi.et.QueryDesigner.QDuPropPages.EnablePage()
       at com.sap.bi.et.QueryDesigner.QDuPropPages.ContextChangedHandler(Object iSender, QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.ContextChangedEventHandler.Invoke(Object iSender, QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.OnContextChanged(QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CalculateContext(QDcView iViews, QDeAreaType iAreaType)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CalculateContext(QDbElement iElement)
       at com.sap.bi.et.QueryDesigner.QDbCommandPropertiesQuery.ExecuteCommand()
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CommandExecute(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.InitialCommandExecute(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoExecuteCommandInternal()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoExecuteCommand(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.ItemClickedHandler(Object sender, BarItemClickedEventArgs args)
       at com.sap.bi.et.QueryDesigner.QDdEventDispatcher.MenuItemClickedHandler(Object iSender, BarItemClickedEventArgs iE)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarManager.OnItemClicked(BarItemClickedEventArgs args)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.OnItemClicked(EventArgs args)
       at com.sap.bi.et.QueryDesigner.QDiBarItem.OnItemClicked(EventArgs args)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.PerformClick()
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarRenderer.OnMouseUp(MouseEventArgs e)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.OnMouseUp(MouseEventArgs e)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Full Stack:   at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       at System.Windows.Forms.Control.WndProcException(Exception e)
       at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    -EXCEPTION-END----
    -CALLING-FROM- 1:42:52 p.m..416: TRACE EXCEPTION  ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       at System.Windows.Forms.Control.WndProcException(Exception e)
       at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()

    Hi,
    it seems that you are already using the most recent query designer version. Is your SAPGUI also the most recent version? If yes, open a OSS ticket. If not reinstall the SAPGUI and the BEx tools. I am also working with this query desinger version and I don't have this kind of problem.
    Regards,
    Gregor

  • Sortby not working for multiple levels

    Hi,
    I have a complex LD Query with 4 level schema.
    This query uses oracle db views as data source.
    When we don't use sortby - The order of the results returned is not the same as what the view returns. Somehow the ordering changes in the query.
    Using sortby - All the levels get sorted expect the 1st level. The inner 3 levels get sorted right.
    Why don't the results get ordered properly?
    - vineet

    You've encountered a bug in the previous release. This occurs only when you have a sortby on top of another sortby on top of an outer-join that is pushed to an Oracle database. We've worked-around it by preventing the outer-join from being pushed to the database.
    - Mike

  • Send Automation Not Working (from no level send to level send)

    On some vocal tracks (four of them), I inserted a send/bus.  The bus has Space Designer reverb and tape delay.  I have a chorus where I want NO sound going through the send until the end of the chorus, where I want SOME effects heard from the aux/bus.  Using "Read" automation, I selected the send/bus parameter and ensured that the send was at zero (infinity...down to the bottom) and then increased the send towards the end of the chorus. Unfortunately, the audio channel is heard through the send/bus channel even when the send is at the bottom with no send level.  I ensured that the sends on all four tracks are set to "no send." 
    Am I doing something wrong?  PLEASE help!!

    Hi kcstudio.  I wanted to provide an update since I'm guessing that the screenshot may not be necessary now.  So...after I posted my original post, I shut Logic and my computer down.  Later, after starting the computer and Logic back up, the send automation sounded like it was working...i.e., when the send was at zero, there was no sound being sent to the aux/bus; and then the automation increased the send. 
    Based on this, I'm assuming that this is a bug in Logic Pro X...for me, unfortunately, one of many.  In fact, I have encountered other bugs in LPX that "fixed themselves" after starting the computer and Logic up at another time.  For example, in one of my projects, many of my regions disappeared...I thought I'd have to locate them in the audio bin, etc.  Not looking forward to all that work, I shut down.  When I restarted later...to tackle all the work to fix this issue...the problem was gone and all of my regions were back. 
    I really appreciate your response (and this community/forum).  I'm thinking it's a bug?

  • Connection to AD Share not working past 1st level

    10.10.3 client running on a network with a 2008 AD Server. setup 3 computers. 2 work fine and 1 of those is a laptop with a mobile account. The network AD users log into the "other" account and can access the server at the 1st level and sub folders without issue. On the last laptop the setup was the same however the AD user logs in and can only access the same server folder at 1st level. Sub folders are not visible. So I setup a new test user and discovered that the test user can't access the Subfolders either. So it seems to be local to the mac even though they are AD network accounts. Then I setup another local admin account and logged into that and then logged into the server using the ADnetwork account using the DNS address and I could see the 1st level folders but not the subfolders. However connecting to the server share via the IP/share allows viewing of the subfolders. So it would seem that it is a dns issue however on the other computers they all (PC and MAC) access the domainname/Sharepoint with issue. If anybody can shed any light on how I can access the subfolders using the full dns string as apposed to the ip I would be greatful. Again the other computers can access the server via the domainservername/share point.
    Thank you.

    10.10.3 client running on a network with a 2008 AD Server. setup 3 computers. 2 work fine and 1 of those is a laptop with a mobile account. The network AD users log into the "other" account and can access the server at the 1st level and sub folders without issue. On the last laptop the setup was the same however the AD user logs in and can only access the same server folder at 1st level. Sub folders are not visible. So I setup a new test user and discovered that the test user can't access the Subfolders either. So it seems to be local to the mac even though they are AD network accounts. Then I setup another local admin account and logged into that and then logged into the server using the ADnetwork account using the DNS address and I could see the 1st level folders but not the subfolders. However connecting to the server share via the IP/share allows viewing of the subfolders. So it would seem that it is a dns issue however on the other computers they all (PC and MAC) access the domainname/Sharepoint with issue. If anybody can shed any light on how I can access the subfolders using the full dns string as apposed to the ip I would be greatful. Again the other computers can access the server via the domainservername/share point.
    Thank you.

  • FB03 GOS (Generic Object Services) not working at header level

    Hi all,
    We have a problem with transaction FB03 when we try to display attached image documents for Fi documents.
    At Header level we have no image.
    At post level we can see the attached image.
    How can we let the display of image list active from Header level.
    Thank you in advance.
    Kind Regards
    Mohammed

    Hi,
    I have same problem but in this case only user specific.
    2 users with same authorization. First can park the invoice, attach document and can view after document save. Then he post document and able view attachment added during park.
    But other user when upload attachment during park document not able to view same attachment when document is posted. Also strange part is when this user upload new attachment during posting other users are not able to see new attachment he has attached during posting.
    I dont see any authorization difference in two except parameter values for F02, F03 and FP is different.
    Can anybody tell me how this can be resolved?
    Thanks,
    Bharati

  • Search Tab not working - No topics found on all words

    I have a RoboHelp X5.0.2 Build 801. Help project that has
    HTML Help layouts. On 4/19/06 I compiled it and the search feature
    was working. I took a backup of the project and it's output. I am
    still able to search in that output.
    Using the same Help project I recompiled last week and the
    search feature is no longer working. I have not installed anything
    on my computer and the following Windows updates have happened on
    my computer.
    Update for Windows XP (KB900485) on 4/26/06
    Security Update for Windows XP (KB913580) on 5/10/06
    Is anyone else experiencing this issue?
    I am under the gun on this one as the product has to go out
    this week and it can't go without search working. !!
    Thanks
    Margaret Back

    Hi Margaret
    You should probably investigate your HTML Help components.
    Hop over to fellow help MVP Rob Chandler's site at
    http://www.helpware.net/htmlhelp/hh_diags.htm
    and download Help Diagnostics to ensure all your components are
    correctly matched.
    Cheers... Rick

  • Fiscal Period is not working on weekly level

    Hello,
    I am building this query where users can use the fiscal period on the weekly level. We do have weekly variant maintained in 0fiscvarnt. Problem is every time I execute the query on weekly level its doesnt not bring in any data but if I execute the query on period level, it brings in tons of data.
    Example: if I execute the query with the following setting it would not bring in any data.
    Fiscal period: 001/2008 - 052/2008
    fiscal period variant: AB (weekly based, 001 - 053)
    If I execute the with following settings it would bring lots of data.
    Fiscal Period: 001/2008 - 012/2008
    Fiscal period variant: YZ (Month based, 4-4-5)
    Addition to that, there is no data available in the cube for fiscal variant:AB (weekly based).
    Any suggestion would be appreciated.
    Thanks,

    Khalid
    what you can do is :
    For reporting based on fiscal month periods create a cube and populate it.
    Put in the time dimension all 0Fisc* infoobjects.
    Do the same for weeks.
    So --> 2 cubes : one with fiscal variant month, the other with weeks.
    let's say Cubefiscweek and Cubefiscmonth
    In order to convert to fiscal periods base on a date you have some standard function like date_to_period_convert.
    For example you have the day of transaction purchasing or sales take the date and convert it in the transformation with a routine.
    One important setting :
    Make sure you retrieved the global settings form source system regarding the fiscal periods.
    Maintain the fiscal variant in tx ob29 or gvar for the week variant and the month variants.
    Maybe this tasks is already done in source system so you just need to recover the global setting in BW.  Check if tables T009x are maintained (the one that is important is t009b)
    If they are not maintained ask a functional to give the repartition.
    regards
    Boujema

Maybe you are looking for

  • Creation of Authorization group

    Hello All, I have a requirement from FI consultant for creation of new authorization group. This auth. group we want to use in FI objects like F_BKPF_BEK. so that for few end users they should not change any vendor data in FK02. I have gone through s

  • Question about F10 mapping in Tom W. training video

    I started going through Tom's FCE4 HD training video yesterday and there's a part about mapping the F10 key so that it will insert a clip into the timeline. It appears the video was an earlier version of OS X because my system doesn't do the expose a

  • Procedure entry point sqlite3_wal_checkpoint message

    'Procedure entry point sqlite3_wal_checkpoint could not be located in SQlite3.dll' what does this mean?

  • Issue with ALV output in production

    Hi , Iam using REUSE_ALV_GRID_DISPLAY function module to display the alv output. But the ALV is not displaying the data in production, where as it is working fine in Development and Quality. I have checked the version there is no change. Please advic

  • Demo booking single flight error

    The first scenario check flight seat availability is OK. but when I execute the booking sigle flight scenario, I get the order status :Flight booking order sent. Awaiting confirmation. Nothing happened when I refresh this page. I checked the SXI_MONI