SOLMAN_SETUP in SM701HP022 gives SLDDSUSER RFC_ERROR_LOGON_FAILURE issue

hell gurus
i am configuring : SAP EHP 1 for SAP Solution Manager 7.0 using transaction -SOLMAN_SETUP .its on the latest support packs SP5.
Initial Setup of SAP Solution Manager > Password Validation > Password and User Check SLDDS > Check existence of the user
userName : SLDDSUSER
InvokeService- Result: ERROR
InvokeService:Check existence of the user
Exception Class: com.sap.mw.jco.JCO$Exception
Exception Message: Name or password is incorrect (repeat logon)
Stack Trace
com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon)
at com.sap.ctc.util.infra.BaseRfcConfig.dispatchRfcException(BaseRfcConfig.java:338)
at com.sap.ctc.util.core.services.impl.ume.abap.UserAbapImpl.exists(UserAbapImpl.java:144)
at com.sap.ctc.util.core.services.impl.ume.DualUserImpl.exists(DualUserImpl.java:117)
at com.sap.ctc.util.core.services.content.ume.UserService.exists(UserService.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method
Our SM was at 4.0 and we upgraded it to 7.01EHP022. I have the user in ABAP as well as JAVA.
Any ideas are welcome

Hi,
This issue was resolved in thread SLDDSUSER com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE:
> " Hi, I have used client 001 and it doesnt come with that user problem.
So Tsungy Tadinos solved this error by using client 001
Hope this information is helpful and solves your problem too.
Regards,
Paul

Similar Messages

  • Since up grading to new OS Lion  my iPhone iPod and iPad  all give me sync issues  they load apps , music , books , movies , but refuse photos  and the sync ends with an error 50 message most times  , yes  I have re booted  reinstalled new i Tunes  help !

    Since up grading to the  new OS Lion  basicly problem free except  my iPhone iPod and iPad  all give me sync issues  they load apps , music , books , movies , but refuse photos  and the sync ends with an error 50 message most times  , yes  I have re booted  reinstalled new i Tunes and all my others   help !   I have update every thing I can  re installed  , no other issues apart from Parallels  and windows  which  I have deleted and will reisnstall and up date when I get my discs back moving house so in storage boxes somewhere ? , but who needs  Windows ?  is any one else suffering , or have any solutions 

    Hi Ken,
    Wow, I've logged into adobe and never seen your response until now.
    I need to make the forums more of a daily stop I guess.
    Thank you for your response, When I go to the Archives, it states I have none. In addition, previously when I'd tried to move items to the archive, they just disappeared  
    Currently my desktop is not connecting at all, Everytime I connect, it's states "We have now logged you out" and requests I login again.
    I have of course rebooted,
    Gone into taskmanager, killed all the relevant threads,  tried again to login through the desktop, no luck, I'll have to uninstall it, make sure the threads are killed, then reboot it and then reinstall it, but I've not had the time to do that.
    On another note, and just as a point of reference, myself, personally, I hate these "cloud" file repositories (not to be confused with adobe cloud services which I love) but the file repositories themselves imho, are a blackhole of resource usage when one doesn't/isn't using them,
    Is there a way we can use it more of a "ftp" sort of thing, when I want to I can  put files there?  There is no way to "Download" the repository, no way to download the folders.. only individual files and then it takes I think three different steps before the download starts.. I find this very inhibiting.  Just an fyi. for what it's worth.
    Please, feel free to contact me,
    I'm on g+ chat [email protected]

  • POD confirmation date allow to give before goods issue date.

    Hello ,
    Would like to know that POD confirmation date process , system allows to input the pod date before the actual goods issue date in VLPOD screen as logically it should be wrong i guess as per my knowledge .i.e as soon as goods receipt by customer then only he will confirm pod , how system can allow before the actual goods issue date in VLPOD.
    for eg:
    1.sales order
    2.delivery
    3.goods issue with 23.12.2013
    4.pod date can enter with 01.12.2013 and save it.
    5.billing document
    Please advisse your thoughts/suggestions.
    Regards
    venkat

    hi venkat
    system will take back also , there is no config control ,you have to user user exit and control it
    include:   MV50AFZ1
    user exit:  USEREXIT_SAVE_DOCUMENT_PREPARE.
    IF likp-vkorg EQ '1000'.    "
        READ TABLE XLIKP INDEX 1.
         IF XLIKP-PODAT IS NOT INITIAL AND  XLIKP-WADAT_IST grater then or eq to XLIKP-PODAT
          MESSAGE e001(Z1) with xlips-VBELN.  "MESSAGE DOCUMENT DATE IS BACK DATE ( CHECK YOUR ENTRY)
         ENDIF.
      ENDIF.
    check the ABAPER discuss with above logic
    regards
    sankar

  • MBAM console not accessible after new installation and self service re-direct to give foreign key issue

    Hello Everyone,
    i am novice to MBAM and i have gone thru the virtual lab and material and i am in process of implementing it for my Organization. i am having 2 issues :-
    1) After installation, i am confused how to access the console or does there is no Admin console and it is just servername:portnumber\helpdesk only.
    2) If i enter just servername:portnumber\ then it get redirected to selfservice portal which is not an issue. Issue is after accepting agreement and clicking continue i am getting below error :-
    A required anti-forgery token was not supplied or was invalid. 
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.Web.Mvc.HttpAntiForgeryException: A required anti-forgery token was not supplied or was invalid.
    Source Error: 
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
    Stack Trace: 
    [HttpAntiForgeryException (0x80004005): A required anti-forgery token was not supplied or was invalid.]
       System.Web.Mvc.ValidateAntiForgeryTokenAttribute.OnAuthorization(AuthorizationContext filterContext) +546706
       System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor) +128
       System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +658100
       System.Web.Mvc.Controller.ExecuteCore() +125
       System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +48
       System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
       System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +15
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +85
       System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +51
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +454
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
    I have checked and usersupportservice.svc is leading to the pade giving below page which i believe it is working OK or kindly correct me if i am thinking wrong :-
    This is a Windows© Communication Foundation service.
    Metadata publishing for this service is currently disabled.
    only thing which i deviated from process was because of some condition i have to rename my MBAM server before installation however by before rename SQL and IIS was installed.
    i will really appreciate any help in this regard.

    If that is the only link or admin console as well then if anyone can confirm what rights difference a user get when he is member of MBAM helpdesk, MBAM Advanced Helpdesk and MBAM Administrator group.
    Also if i can get any help with the self service portal redirection then that will be really helpful. i was also checking if this could be because of any kind of certificate issue as server name was renamed after SQL and IIS installation.

  • Upgrade to IOS 5 gives podcast sound issues

    I upgraded to IOS 5 on my IPad, but the sound of the podcasts and MP3's is now dramatically changed.  There is an echo in them that was not there before.  It is not in the original MP3's and podcasts if I play them on the computer I download them to and then sync the IPad.  Anyone seen this?

    I'm having the same issue.  I think the "echo" you are hearing is a result of the podcast playing at 1/2 speed.  That is how it sounds on my iPOD touch.  But on my ipod touch I am able to adjust the playback speed (1/2, normal and 2x speed).  I have been trying to find the playback speed adjustment on the Ipad and haven't been able to.  It seems to have disappeared with the IOS 5 update.  It was there on the previous version.
    I have no clue as how to fix it. 

  • Developing using EAR structure gives redeploy/classpath issues

    I am very keen to get people's opinions and methods of developing and packaging
    EARs/WARs/EJBs under WL6.1 sp2.
    What method do you use and what problems do you get...
    We have recently migrated to WL6.1 sp2, and looked forward to using the Enterprise
    Applications Archive expanded structure to deploy and develop under. However I
    have come across a few fundamental problems that seem to make development in this
    structure worthless.
    It seems it's easier just have all the expanded classes paths on the Java Classpath
    and just restart the server after a individual class file recompile ?
    Problems :-
    - With an expanded EAR structure, I believe you can only redeploy the WHOLE EAR
    (by touching the REDEPLOY file), not an individual ejb jar or just the WAR part.
    I have tried putting a REDEPLOY file in the WAR \WEB-INF\ directory, as recommended,
    but I think this only works outside of the EAR structure. If you use the Console
    to just undeploy an redeploy the Web App, it redeploys the whole EAR. So this
    leaves us having to undeploy everything to test out a change.
    - The classloaders hierarchy available with an EAR structure seems ideal at first,
    e.g. the Web App can see all EJB jar classes. We have our EJB jars containing
    the beans and just the DEPENDANT classes (often these are abstract types), this
    keeps the jars lean and avoids duplicated classes across ejb jars. But this leaves
    some classes which are not in any EJB jar at all (often subclasses or implementations
    of these abstract types), however the Web App still needs them. It is difficult
    to isolate these individual classes. So for now we have two solutions which don't
    seem quite right :-
    Make one of the EJB.jars contain ALL the Server side classes, not just dependant
    classes. Or make a full jar of ALL server side classes and add this jar to the
    Web Apps \META-INF\manifest Class-Path like you would do with an EJB jar.
    Is there a way to have a non-EJB jar at the EJB classloader level ? This would
    solve this and allow Web Apps to see other non-ejb jars.
    How do you guys works and avoid the problems we've hit ?

    Pete <[email protected]> wrote:
    Is there a way to have a non-EJB jar at the EJB classloader level ? Sure, just add it to the Class-Path: manifest entry in your ejb.jar.
    Dimitri

  • Version 4.3.4 give headset control issues?!

    i had an iphone 4 in version 4.3.3 and then i update it to 4.3.4 and i notice that my headset start having problems i dont know if it is because of the update but whenever i try to volume up or down it didnt respond so i started to thing that maybe my headset had some problem and i gave up on it...but i update my iphone again to 4.3.5 and now my headset works...any conection to the update i made??!!

    I think you are misunderstanding how the transfer of photos from the iPad to the Mac works. You don't use iTunes to go from the iPad to the Mac. Use iPhoto or Image Capture to import the photos.
    Connect the iPad to your Mac and launch iPhoto or Image Capture. With iPhoto, your iPad should appear in the sidebar under devices just like it does in iTunes, click on your iPad name and you will be able to import the Photos. Read this for more information.
    http://support.apple.com/kb/ht4083

  • When I'm on my schools wifi I get a next to slow connection but on pc it doesn't. No issues at home or anywhere else I have to login on my school is to use the internet

    When I'm on my schools wifi I get next to nothin at home and everywhere else I'm completely fine but for some reason when I'm at school it gives me an issue I have my iCloud off and everything else some days it works but that's if I'm lucky an my girlfriends of and other Mac users seek to have no problem

    When I'm on my schools wifi I get next to nothin at home and everywhere else I'm completely fine but for some reason when I'm at school it gives me an issue I have my iCloud off and everything else some days it works but that's if I'm lucky an my girlfriends of and other Mac users seek to have no problem

  • Issue with launching Java Program - Java Library Problem?

    I hope this is the right forum, I apologize if it isn't. I am having issues launching a program for a video game that uses java. One of the devs told me to post my issue here, as he doesn't know how much more help he can give with this issue. Using the java -jar command, this is the printout I get:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\vecdran>java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
    C:\Users\vecdran>chdir C:\Games\Steam\Steamapps\common\Crysis\mods\mwll\actionma
    pper\dist
    C:\Games\Steam\steamapps\common\crysis\Mods\mwll\Actionmapper\dist>java -jar Act
    ionmapper.jar
    Jun 18, 2010 2:25:19 PM org.jdesktop.application.Application$1 run
    *SEVERE: Application class mwllactionmapper.MWLLActionmapperApp failed to launch*
    *java.lang.NullPointerException*
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFo
    lder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponent
    s(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknow
    n Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLDocumentsFolder(Act
    ionmapsFileModel.java:141)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLProfiles(Actionmaps
    FileModel.java:160)
    at mwllactionmapper.MWLLActionmapperView.doSelectProfile(MWLLActionmappe
    rView.java:603)
    at mwllactionmapper.MWLLActionmapperView.<init>(MWLLActionmapperView.jav
    a:75)
    at mwllactionmapper.MWLLActionmapperApp.startup(MWLLActionmapperApp.java
    :21)
    at org.jdesktop.application.Application$1.run(Application.java:171)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Exception in thread "AWT-EventQueue-0" java.lang.Error: Application class mwllac
    tionmapper.MWLLActionmapperApp failed to launch
    at org.jdesktop.application.Application$1.run(Application.java:177)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFo
    lder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponent
    s(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknow
    n Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLDocumentsFolder(Act
    ionmapsFileModel.java:141)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLProfiles(Actionmaps
    FileModel.java:160)
    at mwllactionmapper.MWLLActionmapperView.doSelectProfile(MWLLActionmappe
    rView.java:603)
    at mwllactionmapper.MWLLActionmapperView.<init>(MWLLActionmapperView.jav
    a:75)
    at mwllactionmapper.MWLLActionmapperApp.startup(MWLLActionmapperApp.java
    :21)
    at org.jdesktop.application.Application$1.run(Application.java:171)
    ... 8 more
    C:\Games\Steam\steamapps\common\crysis\Mods\mwll\Actionmapper\dist>As you can see, my Java is completely up to date, and this is the only program I appear to have problems launching. I have no idea what to do from here. :(
    PS.
    I had to add the Java path to my System -> Environmental Variables -> Path variable, as it was not there from the start, and before adding it command prompt wouldn't recognize java commands. Don't know whether this indicates anything.
    Edited by: vecdran on Jun 20, 2010 11:23 AM

    [Bug ID 4711700|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4711700] is eerily similar to what you're experiencing. Although the bug was reported against an older version of the JDK the last comment provides a workaround to the problem that may be helpful. Good luck.

  • What are the major issues in implementation SAP CRM sales and CIC.

    Hi
    We are newly implanting the project to the mobile Manfaturing Company. Our Clint is going for are looking to implement the CIC interaction center win Clint and the Sales modules of CRM .
    We have some 3rd parry raw data with us with that raw data we are calling to the customers and we want create the opportunity in the CIC after that we will convert the opportunity as a sales with our other sales people. After  that  they will sale that product to that customers.
    We have the back end of the R/3 SD, MM modules implemented for Clint.
    Now 1) I want to know after implementation what are the major issues will come in the project normally for the conman  Sales and CIC Win Clint projects kindly give the some  issues normally come  and solutions  for the problems also.
    My motto is that if I know the issues I can make preparation  for that conman issues and I will make my project with good effective and smooth running ..
    with Regards,
    prakesh
    Edited by: prakesh on Dec 9, 2009 6:04 AM

    hi prakesh,
    firstly, cic winclient is an older version and obsolete so its better to implement the new crm version.
    secondly, in any case if you want to implement, then your 3rd party raw data has to be mapped with the SAP system which could be a problem. Middleware could be a lot of effort. Rest all depends on how much customization you need for your business requirement in cic and sales. In case you are implementing standard functionality mostly then no major complications are expected otherwise lot of development effort may be required.
    regards
    shikha

  • Transfer of Freight Conditions to Billing Document - exchange rate issue

    I am having an issue with my freight costs copy to customer billing document and the exchange
    rate causing the values to change. 
    Example - SCD freight = 400 USD, but vendor is being invoiced in BRL (807.44). 
    The freight is passed to customer billing document, which happens to have local document currency of
    EUR, but customer being invoiced in USD.  However the freight is going thru some kind of exchange rate conversion, causing my original 400 USD freight
    to show as 414.44 USD on the customer invoice.
    I am looking for way to keep the freight from changing between SCD + Customer Billing document.
    Regards
    Rita

    Can you share your screens from F-60 involving EUR to USD conversion?
    Also, try using transaction EWCT to test conversions between currencies,
    you can choose your two currencies that give you the issue, and test by
    entering the initial value, seeing the converted value.

  • Win 8.1 shudown and suspend issue on Thinkpad E520

    Hi,
    I just do a clean install of Win 8.1 with iso. Install all driver Win 7 or Win 8 when no driver for win8.1 is available on lenovo or intel website. No error on devices management. try to shudown computer, the screen came black but i can here the fan and red light stay on... wait a moment, seems my notebook can't shudown correctly. Googling on this issue give to disable "fast shutdown" in power management. Try to shutdown now ok  no problem. but the suspend mode give the same issue as a fast shutdown, notebook came black but red light stay up and i have to force the shutdown by pressing the button power for several second.
    The notebook is not indicate as compatible and or incompatible from this list : http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?DocID=HT079684
    .Is there way to resolve this issue ?
    Bye

    Hi,
    I just do a clean install of Win 8.1 with iso. Install all driver Win 7 or Win 8 when no driver for win8.1 is available on lenovo or intel website. No error on devices management. try to shudown computer, the screen came black but i can here the fan and red light stay on... wait a moment, seems my notebook can't shudown correctly. Googling on this issue give to disable "fast shutdown" in power management. Try to shutdown now ok  no problem. but the suspend mode give the same issue as a fast shutdown, notebook came black but red light stay up and i have to force the shutdown by pressing the button power for several second.
    The notebook is not indicate as compatible and or incompatible from this list : http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?DocID=HT079684
    .Is there way to resolve this issue ?
    Bye

  • Fan issue making noise and heating issue

    Hi,
         My laptop fan is making noise like a car engine.Earliar i did nott realize it but since winters are here i can hear it clearly coz ciealing fan is not under use now.Also my laptop is quite heated below.I have read that dust can accumulate in vents but i cant see any.Also my previous laptop got killed becoz of this same issue.Hp should do something about it.Can a layman like me open the dv-4 version and clean the fan? It is out of warranty now and i dont want to spend on shop.But i saw a video HP laptops are complicated to open....and close.Watevr other advice u r most welcome to give regarding yhis issue.
    thanks

    HP notebooks tend to run hot & thermal control is minimal effort in design & materials.
    You can try clening with compressed air or a hoover perhaps but if looks clean & air sems to be flowing I expect it not the main issue.
    You may also want to check running processes & CPU use as issues here & viruses can causes CPU load thus heat.
    Also review notebook placed so vents are not blocked/restricted.
    Use software such as HWinfo to review the actual temps of CPU GPU etc as helps see how much of an issue you really have.
    HP laptops can be improved with thermal shims, ceramique paste, housing vent modifications & in extreme cases secondary case venting 25>30mm fan.
    Not easy to do without some experience.
    Like my post? Click Kudos (thumb+) to show appreciation.

  • Issue with Dataflow Task in SSIS Package

    Hello Everyone,
    I have recently created an SSIS package to Load data from Flat file to SQL Server Table, it was working fine. Now I have bought a new laptop and copied the projects into this new system and changed all the connection managers(Flat files) accordingly. 
    Problem is, when I previously ran the package(With File1) in old laptop and check the distinct count on a table it was perfect, but when I ran the same package with same File on New Laptop, the Distinct count gives me an issue with particular record.
    Eg: Distinct Count with old laptop Run , 10,20,100
          Distinct Count with old New Run , 10,20,100  , 100
    There is a Space being generated for a particular record, when I run the package on new laptop with same File as old one.
    Any suggestions on this, I could not exactly figured out the Issue.
    Please Help.
    Thanks
    Thanks, Please Help People When they need..!!! Mark as answered if your problem is solved.

    You need to tell the responders here how exactly to reproduce your issue and provide the file.
    I do not know how the "distinct count" works.
    Seems to me it appears to be a database issue not SSIS.
    Arthur
    MyBlog
    Twitter
    When I perform the above query on old laptop, this gives me a result set of
    10
    20
    100
    When I perform the Same query on New laptop, this gives me a result set of
    10
    20
    100
    '100  ' (No Quotes please see the spaces generated)
    Thanks, Please Help People When they need..!!! Mark as answered if your problem is solved.
    Can you give us an idea of tasks you're having after the file source?
    Particulary see steps where you are doing some data manipulations.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page
    I am using simple Flatfile source and oledb destination in here. this is causing issue, all the other tasks after this are loading perfectly except this.
    Thanks, Please Help People When they need..!!! Mark as answered if your problem is solved.

  • BW BPS support issues

    Hi all,
    Am very new to BW BPS. Please give me some issues which we generally face in support project when we work in BW BPS project.
    and also provide me step by step method, how to start working with BW BPS. I have searched in forums but those are not clear. Plz tell me clearly step by step.
    Thanks,
    Jack

    Hello Jack,
    there's a lot of information available. If you are serious about it, my #1 recommendation would be to get proper training. You can do it online (http://service.sap.com/rkt -> SAP NetWeaver 7.0 Learning Maps for Consultants) or in class room (http://www.sap.com/asia/services/education/index.epx -> Courses TBW45 or BW370).
    Or get a book like http://www.sap-press.com/products/Business-Planning-with-SAP-SEM.html
    Regards,
    Marc
    SAP NetWeaver RIG

Maybe you are looking for

  • Finding a position of an item in a list.

    What i am looking to do is find the position of an item in a list. for instance if my list contains [a, b, c, d, e] and on my command line i put a f d, i want it to return a value of 3 for the position of the 'd' in my list. Could anyone please advis

  • HELP for Oracle DBServer installation on SUSE 8.0

    Hello! I try to install 8.1.7 version on SUSE 8.0, but I get runtime error when I run runInstaller (something like segmentation failure). I think problem is in kernel parameters (SEM.. etc). I try to set them following in installation instruction but

  • Question about DataService and Assembler

    I know that in order to use a DataService you need an Assembler and an ActionScript class which is a mirror of the Java objects the Assembler will be working with. My question is, can the same Assembler work with two or more different Java objects???

  • Why can't I copy/paste an image to Yahoo! Mail on Firefox?

    It's quite odd. From any other browser I'm able to copy and paste an image straight into the e-mail body of Yahoo! Mail (meaning, not an attachement but actually pasting the image), but not from Firefox. Upon doing some research on-line, many a folk

  • How to setup wired network with G4, MBP and PC

    Sorry to ask a bit of a stupid question here, but I've never had to network machines together so I'm starting from a knowledge level close to zero. Situation. Old G4 (733) and new (intel) Mac Book Pro in one room. New PC (Dell) in another room with a