Dimbuild crashing the A Cube

Hello Friends,
I am getting the below error while running a dimbuild mxl script.
" ERROR - 1042012 - Network error [10054]: Cannot Send Data."
The same script worked fine when the datafile size was less than 100MB. Script gives the below error if the datafile size is around 500MB or more. Here is the complete dump of the mxl command and system messages.
Can you please help?
Thanks!
MAXL> import database "'SR_SalesA'"."'SR_SalesA'" dimensions
2> from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_Emp_01' suppress verification
3> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_COA_01' suppress verification
4> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_HStr00' suppress verification
5> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_HStr01' suppress verification
6> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_CStr00' suppress verification
7> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_CStr01' suppress verification
8> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_JCode' suppress verification
9> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_Grade1' suppress verification
10> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_Grade2' suppress verification
11> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_PGroup' suppress verification
12> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_Emp_02' suppress verification
13> ,from Local data_file "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\Datafiles\\DataLoad\\sarayu_AllPayroll_20110113111722.txt'" using server rules_file 'D_Emp_03'
14> enforce verification
15> on error write to "'\\\\sarayu.americas.stn.com\\d$\\Appfiles\\SR_SalesA\\RejFiles\\oDimPayroll.err'";
OK/INFO - 1053012 - Object [SR_SalesA] is locked by user [sarayu_batch].
OK/INFO - 1007132 - Building Dimensions Elapsed Time : [113.36] seconds.
WARNING - 1241114 - There were errors, look in \\sarayu.americas.stn.com\d$\Appfiles\SR_SalesA\RejFiles\oDimPayroll.err.
ERROR - 1042012 - Network error [10054]: Cannot Send Data.
ERROR - 1042012 - Network error [10054]: Cannot Send Data.
ERROR - 1241101 - Unexpected Essbase error 1042012.
OK/INFO - 1053013 - Object [SR_SalesA] unlocked by user [sarayu_batch].----------------
Edited by: Jayamani on Jan 20, 2011 8:24 AM

using cube 0PA_C01 (only use datasource 0HR_PA_0), KF (cumulative key figure) 0HDCNT_LAST, after loading transaction data I can see one employee has 12 records within one year. It means that cube 0PA_C01 calculate  the number of employees by each employee by month. Actually we need this infomation with reference to the 0employee attr. however we worry about the records occurs in the cube. That will biger and biger.
e.g. with reference to the 0employee attr. use employee group, based on employee group I can distinguish how many person has attendance by each month by year. So, cube 0PA_C01 will calculate it.
Edited by: hi ni on May 10, 2008 12:20 PM

Similar Messages

  • How to populate data in fields from the same cube

    HI Gurs,
    Need some help. I have a cube it has 11 key figures . Data for 7 of those is coming from another cube for rest of the 4 we need to calculate from two of those 7 fields. e.g.
    Field 1= Field2(First Cube) - Field3(FirstCube)
    Field4= Field5(FirstCube)/1.5
    Field 6 = Field1 / Field4
    I need to pupulate field 4 in the final cube.
    How can I achieve this?
    Can anyone please suggest anything?

    Hi Ray,
    One is as suggested by surendra i.e to populate thru End routine,take help of an ABAPer and do it.
    Else just add the new 4 KF  in the New Cube i.e Cube 2 and in the Individual Routine /Field Routine you can write the same Formula in the  Result of it.Say,For Fields 1 you have to have Field 2,Field 3 and Field 5 as input ,which you hvae include manually in the Individual/Field Routine.
    In Result for Field 1= Field2(First Cube) - Field3(FirstCube)
    In Result for Field4= Field5(FirstCube)/1.5
    In Result for Field 6 = (Field2(First Cube) - Field3(FirstCube) / Field5(FirstCube)/1.5)
    Hope you got it ....
    Rgds
    SVU123

  • Master data not present in the reporting cube

    Dear Experts,
    There is a scenario in report design for me.
    I have already created the Bex report and all the fields as mentioned are in the  sales report.
    Client now wants to include two more fields in the report.
    One is the keyfig  " Net value" which is present in the sales cube  and i have already included in the report
    and another field which is master data  0profit_center  is not present in the cube.
    Any ideas how can i include this  0profit center  data  so that i can display in the report?
    As far as i understand, I need to include this master data in the sales  Infocube which is being used for reporting.
    But i am pondering  upon the impact on the system because of this.
    Now i have checked the BI system and the ECC table. In VBRP table of ECC,  the profit center is present.
    But when i see in BI the profit center is not being loaded  from ECC but from flat file source system.
    So i am confused how to go forward.
    Can anyone suggest me  what should be my approach?
    Best Regards!!

    You didn't understand what we suggested.
    Rather than checking 0profit_ctr master data, you need to find the info objects(which are part of your cube) which have master data. in those 0profit_ctr can be a attribute. if yes then navigation settings will work.
    if not then you can add 0profit_ctr to info cube and user master data look up thru routine or option read from master data(bw 7.3).
    Other wise, directly add 0profit_ctr to your flat file data source(and cube) and maintain data thru flat file.
    To look up your cube and 0pfirt_ctr need to have relations with another info objects other wise not possible.

  • No data fields are available in the OLAP cube

    i was able to access data in Excel yesterday, but now all the cubes that i have created cannot be accessed by Excel any more and after authenticating and selecting the cell for the pivot table i get this error:
    No data fields are available in the OLAP cube
    i just hope this is some process in HANA that needs restarting and not some endemic MDX problem. if so, where do i look?
    has anyone seen this?
    BTW, shouldn't there be a single log on for the connection? i have to enter credentials twice: 1 when creating the connection and 2 when opening the pivot table.

    something/someone has locked my userid when i was recreating the steps in Excel (i don't think i have tried 'wrong' passwords, but i did try a ['wrong' user|http://misiorek.com/h/GMSnap206%202011-11-27.jpg]
    Here are the steps:
    1. Open [Excel|http://misiorek.com/h/GMSnap202%202011-11-27.jpg].
    2. Enter [connections|http://misiorek.com/h/GMSnap203%202011-11-27.jpg].
    3. Select [HANA cube|http://misiorek.com/h/GMSnap204%202011-11-27.jpg].
    4. Select [Pivot cell|http://misiorek.com/h/GMSnap205%202011-11-27.jpg].
    5. Enter credentials (see above).
    I'm also not sure why I see these security messages:
    [locked|http://misiorek.com/h/GMSnap207%202011-11-27.jpg], Microsoft [warning|http://misiorek.com/h/GMSnap208%202011-11-27.jpg], HANA [warning|http://misiorek.com/h/GMSnap209%202011-11-27.jpg], HANA db [warning|http://misiorek.com/h/GMSnap210%202011-11-27.jpg]

  • Can't find all Tfs_Warehouse fields in the Tfs_Analysis cube.

    I'm converting an SSRS report that currently hits the Tfs_Warehouse relational DB and we want it to use the Tfs_Analysis OLAP cube instead.
    The report uses the dbo.dimIteration.StartDate field from the Tfs_Warehouse DB, I can't find it in the cube...
    Anyone knows how it's called or how to find it in the TFS cube?
    TFS 2012...

    Hi Carlos,
    According to your description, you want to use Tfs_Analysis database, however you cannot find it, right?
    SQL Server can handle both relation databases (using database engine) and OLAP cubes (using Analysis Services, SQL Server Analysis Services (SSAS)). SSAS is optional in SQL server installation. TFS uses SSAS as an option if you install the reporting capabilities,
    you can select the reporting tab in TFS2012 Admin Console to see if it installed and what server it runs on. From BIDS you simple select Analysis Services as type of data source and then the server name hosting SSAS (probably SQL1P if you have it installed).
    But if you not to familiar with SSAS and its query language MDX, you can always use the relational database TFS_Warehouse and SQL as data source for your custom reports.
    Reference:
    How to Rebuild TFS Analysis Database
    If the issue persists, since this issue is related TFS, you can post the issue on Team Foundation Server - Reporting & Warehouse forum on the link below.
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=tfsreporting
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Can you please help me out the Info Cubes info for Budget Execution?????

    Hi,
       Can you please help me out the Info Cubes info for Budget Execution and Cash Management.
    Thanks in advance,
    Andy

    Take the memory card out of the camer and put it in a card reader.  When it mounts on the desktop select it and try to change the name.  However, that might make it incompatible with the camera.  You'll just have to try and see.
    OT

  • Notification center crashes - the possible fix for me - remove Twitter.

    I recently updated to a new Mac, and the only issue I was having intially was Notification Center hanging and crashing the computer when I slid it over.  
    I don't know if others were having this problem, or just me; most of the threads I had seen about the issue were dealing with older versions of OS X (Mountain Lion or Lion)  When this hang occurred, the only way around it I had was to hard-reboot the computer, or use the "KillNotificationCenter.app" I downloaded from an older post in this forum.  The computer basically became entirely unresponsive, and often the Notification Center was half slid out when this happened.
    It appeared at first to be more frequently an issue if I started the Notification Center right after waking up, but that ended up not being the case.
    After experimenting a bit, I think I've figured out the problem (for me, at least), after playing around with things a bit.  I have not had a single Notification Center crash.  There may be something else at play, so I can't confirm this, but for me, all the Notification Center crashes stopped after I removed Twitter from the Notification Center.   This is the default, built in Twitter from OS X, not any Twitter applications.  I have not tried any of those.   It was not incredibly useful for me, since it only returned a minimal amount of information, and I don't in general receive a lot of DMs or mentions, etc.  
    I believe what originally drove me to try this was something I saw in the crash logs, but I can't find my notes.  But I can say I haven't had any problems since doing this. 
    Again, maybe I'm the only one, but I thought I'd pass this along in case anyone else was still having problems with Notification Center crashing. 

    If you literally "checked" them, meaning the checkboxes, that only affects their visibility. To remove them, select one and then click on the "minus" part of the "plus minus" at lower left.
    Doug

  • How to view the detailed data from the Planing cube.

    Hi friends , we are having one planning cube which end use will enter the data in to this cube using query input layout.
    End user want to view the data which he has loaded in to the realtime cube to cross verify.
    I try to build this through the query designer on real time cube but iam getting aggrigated values. i need the detailed log , how to achieve this . There is no DSO to develop the query. do i need to use the planning moduler for this or any other alternative.
    Could any one has the solution for this.
    Regards,
    Sruthi.

    Hi , i put all the characteristics in the drill down bu iam not getting the detailed log, as you know iam getting the aggrigated summ of the values are displaying.
    For Ex user will enter the below mentioned values in to Real time cube
    Fiscal Period   Customer Values Currency
    006.2008            20000      $6          USD
    006.2008            20001       $6          USD
    006.2008            20010       $6          USD
    above values are in the cube but when u try to display those valus using the query designed you will get sum of $18 , my requirement is to display table as it shown above.
    Pls help me on this.
    Sruthi.

  • Working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic inserted the tech tool DVD

    working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic by inserting the tech tool DVD, wich produces the following highligted text:
    panic(cpu 0 caller =xffff0003): 0x300 - Data access
    latest stack backtrace for CPU 0:
    Backtrace:
    0x0009CC88 0x00D63C 0x00029DAO  0x000BOA10 0x000B4270
    proceeding back via exception chain:
    Exception state (sv=0x26acd700)
    PC=0x2717E900; MSR=0x00009030; DAR=0x00000000; DSISR=0x40000000; LR=0x2717EBE4; R1=0x26AD3AE0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x27178B0 0x00344ACB 0x00345970 0x2717EC08 0x2718458 0x00340590
    0x003496EC 0x0034B59C 0x0034A6BC 0x000B1DD4
    Kernel Loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleFWDHC1(3.9.5)00x2717c000->0x271aafff
    dependency: com.apple.iokit.10PCIFamily(2.6)00x1e840000
    dependency: com.apple.iokit.I0FireWireFamily(3.4.7)00x270dd000
    Exception state (sv=0x26abd280)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000;R1=0x00000000; XCP=0x00000000 (unknown)
    BSD process name corresponding to current thread: kernel_task
    so what
    greetings from berlin

    Greetings,
    It appears to be a FW problem, possibly flaky case, or drive problem.
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • How to build the Logical cube and physical cube

    Hi All,
    I have to build the logical cube and physical cube ,i dont have idea about this ,that means i think for that we have to do the partition for the cube
    may i correct , correct me if i wrong ,plz help me on this
    Thanks

    Hi,
    1. Firsty, logical model and physical model are the terms ,which we generally use in the context of database modelling excercise.
    2. Coming to essbase, I am not sure ,what exactly you are trying to co relate . but as you termed 'partitions'. There is one of the types in partitioning called 'Transparent Partition'. Where, you have one cube ( which has data in it) and you can have one mroe cube ( which actually has no data in it). But it can be connected to the former cube with the help of transparent partition. This way, you have 2 cubes , but only one cube has data in it.
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Last night I downloaded the latest Word update. Today the first Word document crashed and I lost 45 minutes of work in spite of having saved the document numerous times. Why is Word crashing the day after a safety update? I have Office 2008 for Mac

    Last night I downloaded the latest Word update. Today the first Word document crashed and I lost 45 minutes of work in spite of having saved the document numerous times. Why is Word crashing the day after a safety update? I have Office 2008 for Mac

    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or 3rd party add-on, Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons
    Open Console in Applications>Utilities, check the system log for the date/time of the last problem  & next startup for clues.

  • I just upgraded my iPad to iOS8.  I use VPN for work, when I start Safari up with the VPN on, Safari crashes the VPN.  VPN stays up when I use Chrome or Opera, but not Safari.  I had no problem with iOS7.

    I use my iPad for work when I'm out of the office.  I have to use VPN to access my company's applications and servers.  I just upgraded my iPad (an iPad Air) to iOS8 from iOS7.  Now, every time I start Safari up, it crashes VPN.  If I use either Chrome or Opera, the VPN stays up.  It also works fine with Mail, etc.  Only Safari crashes the VPN.  Anyone else experiencing this?  It always worked fine with iOS7.

    More info, it's not simply when I start up Safari, it's when I open multiple tabs and go from one tab to the next in Safari.  Doing this sporadically caused the VPN to turn off.   It happens whether I'm on a work web page, or I simply open up several public sites like CNN, MSN, etc.  I've had to go to using Chrome all the time when using the VPN so that the VPN will stay up (it stayed up all day yesterday while I was on Chrome, while using work web sites, and public web sites).  I tried getting back into Safari at the end of the day, opened a couple of tabs, went back and forth to the opened tabs and VPN immediately shut off.

  • Foxfire downloaded an up-date last night (10 20/2010) at 5:30 PM EDST and it crashed the compter on re-start with an error message... Missing or Corrupt File ... WINNT\system32\config\SYSTEM

    Foxfire downloaded an up-date last night (10/20/2010) at 5:30 PM EDST when I started Firefox, and it crashed the compter on re-start with an error message... Missing or Corrupt File ... WINNT\system32\config\SYSTEM. This machine is Windows 2000 Professional on Dell computer and Foxfire 3.6 or 4 not sure computer is stuck at the error message.

    Hi there,
    You're running an old version of Safari. Before troubleshooting, try updating it to the latest version: 6.0. You can do this by clicking the Apple logo in the top left, then clicking Software update.
    You can also update to the latest version of OS X, 10.8 Mountain Lion, from the Mac App Store for $19.99, which will automatically install Safari 6 as well, but this isn't essential, only reccomended.
    Thanks, let me know if the update helps,
    Nathan

  • Exception not handled by the Collaxa Cube system

    Hi!
    i have plsql procedure and i published it as a web service using JDev 10.1.3, web service is deployed on OC4J 10.1.3. When i call it directly, everything works fine. When i make a BPEL process jast wrapping this web service (receive, assign, invoke, assign, reply - that`s all) the web service is invoked fine without error, but then error appears in the bpel process:
    Exception not handled by the Collaxa Cube system. An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "java.lang.NullPointerException at com.collaxa.cube.engine.delivery.DeliveryHelper.saveAttachments(DeliveryHelper.java:436) at com.collaxa.cube.ws.wsif.providers.axis.WSIFOperation_ApacheAxis.saveAttachments(WSIFOperation_ApacheAxis.java:3521) at com.collaxa.cube.ws.wsif.providers.axis.WSIFOperation_ApacheAxis.populateOutMsgParts(WSIFOperation_ApacheAxis.java:1403) at com.collaxa.cube.ws.wsif.providers.axis.WSIFOperation_ApacheAxis.buildResponseMessages(WSIFOperation_ApacheAxis.java:1303) at com.collaxa.cube.ws.wsif.providers.axis.WSIFOperation_ApacheAxis.invokeAXISRPCStyle(WSIFOperation_ApacheAxis.java:1815) at com.collaxa.cube.ws.wsif.providers.axis.WSIFOperation_ApacheAxis.invokeRequestResponseOperation(WSIFOperation_ApacheAxis.java:1613) at com.collaxa.cube.ws.wsif.providers.axis.WSIFOperation_ApacheAxis.executeRequestResponseOperation(WSIFOperation_ApacheAxis.java:1083) at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:452) at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:327) at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:189) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:601) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:317) at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:188) at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3408) at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1836) at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75) at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:166) at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:252) at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5438) at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1217) at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:120) at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:153) at ICubeEngineLocalBean_StatelessSessionBeanWrapper0.syncCreateAndInvoke(ICubeEngineLocalBean_StatelessSessionBeanWrapper0.java:486) at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:520) at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:435) at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:132) at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:101) at IDeliveryBean_StatelessSessionBeanWrapper22.request(IDeliveryBean_StatelessSessionBeanWrapper22.java:479) at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:120) at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:70) at _ngDoInitiate._jspService(_ngDoInitiate.java:289) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824) at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:121) at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:267) at _displayProcess._jspService(_displayProcess.java:792) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222) at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Thread.java:534) ". Exception: java.lang.NullPointerException Handled As: com.collaxa.cube.CubeException
    i found similar problem calling axis web service, but this web service runs on OC4J ... any suggestions what to do?
    Thanks,
    Tomas

    User,
    I'd probably try the [url http://forums.oracle.com/forums/forum.jspa?forumID=212]BPEL Forum for this one.
    Regards,
    John

  • No records written to the transactional cube with the copy function

    Hi, I am unable to copy data from the basic cube to transactional cube,
    I have developed following:
    1. Planning Area PA1 – for the basic cube
    2. Planning Area PA2 – for the transactional cube
    3. Multi planning Area MPA1 – over PA1 and PA2.
    4. Planning Level PL1 for MPA1. It includes all the chars and KF.
    5. Planning Package PP1 for PL1. No selections are made in this planning package.
    6. Planning Function PF1 for PL1. It is based on copy function and has Plng Area in the field to be changed.
    7. Parameter Group PG1 for PF1. I have selected Overwrite existing values option, in from planning area PA1 and in to planning area PA2.
    Now when I execute the planning function it displays following log with green status:
    Planning function PF1 (PF to copy data actuals to plan), parameter group PG1(PG to copy data) was carried out with no error
    500 data records were read, 0 of them were changed, 0 generated
    After this I hit the save button. A request is written to the transactional cube but there are no records in this request. Can anyone guide if I am missing something here or with correct steps
    Thank you,
    sam

    Whate ever charcateristic combinatins you have in the plg level will be copied from PA1 to PA2.
    Can you pl check the following:
    1. Do you have data  on the basic cube?  If so, take one set of characteristtic combinations and go to transactional cube and check this.
    2. Make sure the request in the basic cube is GREEN.
    Lets do one more thing.
    Tell me what distinguished PA1 and PA2?
    If you have any characteristic that distinghished them, then lets run a copy with that characteristic. You dont have to have plng area in the function / para group.
    Check the following. I will reply in a few mts, as i have a meeting.
    Ravi Thothadri

Maybe you are looking for

  • 2 Desired Improvements for the Flash Player 'about' web page

    Hi all ...   I'm finally writing to request two improvements to this web page:      http://www.adobe.com/software/flash/about/ As a geek, I have long been annoyed that this web page does not keep its Flash object and does not show the Flash Player pl

  • Execution Time with Forge

    Is there any Performance improvements that can be applied to improve the run time with Forge? It takes us 90 minutes to complete.

  • ISE 1.3 Guest account Activate

    Hi, Has anyone worked with ISE 1.3 with creating guest accounts using sponsor portal.?. Our issue is that whenever we create new guest account using sponsor portal the account is shown as "Created" not as "Active". When we try to use the same account

  • LDOM in iSCSI LUN - iSCSI logging in too early

    Hi there, I am having a very strange problem. I'll describe my setup first. The hardware hosting the LDOM environment does not have enough local disk space to support the number of required domains so to get around this problem the disks used by the

  • Ant + Junit + html reports question

    Hi, I am successfully creating reports from my test suite, however instead of listing all classes in the left frame of the html report of all test classes included in the suite, it shows the suite class name and when I click on it it lists all 250 or