Code which is working in DEV Env doesn't working in TEST Env

Hi All,
            I have done some code chages(Web dynpro for JAVA) in Development enviroment and its working fine, but when i trasnport the activity in Test environment the same code is not working..it is not showing the expected result. I have checkd the code in Test environmnet and it seems everythig is ok and match with my Development environment code though the output is not the same.
Please help me..
Thanks,
Sambaran Chakraborty

Hi Saravanan ,
                           Don't know about ABAP transports.
The code is simple, i am calling some RFC to fetch data and showing it in a table UI. i have checked all the binding and it is okay. now when i build and deployed the changes in Development Environment, i am getting the expected result (data are showing in the mentioned table UI).
But after transport this to Test Environment through Change Management Service, when i am checking for the result ....it is not showing the data in the table UI for test environment.
Even i have compared the code in  IWDTrack_Cons and IWDTrack_Dev, and it seems the code are same and the trasnport of code from Dev to Test environment has done succesfully.
And no error occurred in Test enviromnet, only issue is data are not shoowing in table UI .
Thanks,
Samabran

Similar Messages

  • I'm using OS 10.6.8 and Mail 4.5. When I receive mails with attachments which are visible the save button doesn't work. Some contacts have problems opening files sent by me using Mail too. This was never a problem on pre-Intel. A real Mac **** up !

    I'm using OS 10.6.8 and Mail 4.5. When I receive mails with attachments which are visible the save button doesn't work. And some contacts occasionally have problems opening files sent by me using Mail too. This was never a problem on pre-Intel Mac. A real Mac **** up ! Any ideas ?

    Can you drag and drop the attachments visible in the email to the Desktop OK or does that fail ?
    Re the sending: Are these recipients on Mac's or PC's as the file type could be an issue, if on Mac's then try setting the Mail Preferences Composing setting to Plain Text not Rich Text and see if that improves things.

  • I bought an external hard drive for backups to use with Time Machine, but however when I try to connect it with the other windows laptop it doesn't work ? intact it doesn't work on any other device except my MAC ?

    I bought an external hard drive for backups to use with Time Machine, but however when I try to connect it with the other windows laptop it doesn't work ? intact it doesn't work on any other device except my MAC ?

    Do not worry about it.
    Time Machine needs that your external drive is formatted in HFS+, or better known as "Mac OS Extended (Journaled)". This filesystem is used by Apple on Macs and Windows cannot read or write drives formatted with this filesystem, being this the reason why all your devices do not read the external drive except your Mac.
    You can only use your external drive to make Time Machine drives. If you store anything different, you may damage the Time Machine structure, so it is better not to use it as a drive to store other data. Instead, get another external drive to do it or create a second partition on the external drive formatted in FAT32 by using Disk Utility > http://pondini.org/OSX/DU3.html FAT32 can be read by Windows PCs

  • Email doesn't work on iOS, email doesn't work on iOS

    My email went out on my IOS 7 devices for my me and icloud email.Yesterday....
    I've reinstalled and still nothing but works on 4g system doesn't work on internet system...
    Frontier states nothing wrong..
    Iphone 5 4gs/ipad...nothing works on the internet.. but will work on 4g...
    Connection status: Icloud IMAP could not connect..

    Means your ISP or your router blocks ports used by icloud mail. You can find those in that article
    http://support.apple.com/kb/ts1629
    May be it is your router if you trust Frontier...

  • Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Hello lila54,
    It sounds like your Wi-Fi network is working if your desktop works with it, we just need to get the Wi-Fi on your iPhone and iPad connected to it.  I found a couple of resources to help with not being able to connect to Wi-Fi on an iOS device.
    I recommend following the steps in this tutorial first (the steps should work on the iPhone and iPad):
    Join a network
    http://www.apple.com/support/iphone/assistant/wifi/
    If you are still having trouble connecting to Wi-Fi, follow the steps in this article (you can skip any steps you have already taken):
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thank you for posting in the Apple Support Communities. 
    Best,
    Sheila M.

  • ABAP WebDynpro work item in uwl doesn't work

    Hi,
    an ABAP WebDynpro by itself works. But using it in a uwl work item doesn't work:
    After clicking the button to start the WebDynpro in a uwl work item a browser opens but the site could not be load.
    So something is wrong with the url:
    http://<host>:<port>/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fdefaultDesktop!2fframeworkPages!2fframeworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fevery_user%2Fgeneral%2Fuwl%2Fcom.sap.netweaver.bc.uwl.uwlLaunchWebdynproABAP&System=T70CLNT100&WebDynproNamespace=sap&WebDynproApplication=zwps_bspobj_Ship_set&DynamicParameter=wi_id%3D000000004020%26WI_ID%3D000000004020&CurrentWindowId=WID1181552609217&NavMode=1
    This is the uwl configuration part:
    [code]
    <ItemType name="uwl.task.webflow.TS97300003.T70CLNT100" connector="WebFlowConnector"
              defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="T70CLNT100" externalType="TS97300003" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher"
                    returnToDetailViewAllowed="yes" launchInNewWindow="yes"
                    launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=yes,
                                             menubar=yes,location=yes,directories=yes">
              <Properties>
                <Property name="WebDynproApplication" value="zwps_bspobj_Ship_set"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,
                                         toolbar=yes,menubar=yes,location=yes,directories=yes"/>
                <Property name="DynamicParameter" value="WI_ID=${item.externalId}"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="WebDynproNamespace" value="sap"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
    </ItemType>[/code]
    What's wrong? Any idea?
    Thanks,
    Susanne

    Hi,
    Your settings seems alright, Can you look at the default trace and UWL log?
    U can find UWL log here
    \usr\sap\<SID>\JC<instance number>\j2ee\cluster\server0\log\applications\sap.com\uwl
    and default trace in \server0\log .. please check the current default trace.
    Cheers!!
    Ashutosh

  • Impdp work with system but doesn't work with another user

    Hi,
    We have troubles with import of transportable tablespace, when i try to import it with system the import is done currectly, when i try to use another user we receive this message :
    impdp bmcese/***** directory=TTS_DIR dumpfile=RMCCO_RMC_ANA_STS_ABB_CO121001.dmp TRANSPORT_DATAFILES=/data/TTS/RMCCO_RMC_ANA_STS_ABB_CO121001.dbf logfile=tts_imp_proc.log
    ORA-31626: il job non esiste
    ORA-31633: impossibile creare la tabella principale "BMCESE.SYS_IMPORT_TRANSPORTABLE_05"
    ORA-06512: a "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: a "SYS.KUPV$FT", line 1020
    ORA-00959: tablespace 'RMCCO_RMC_UTZ_PP080531' inesistente
    this happens only on development server and it work into test server, so i don't think that the problem is in grants(i controlled that are the same and i have tried with DBA grant too and we received the error).
    Another strange thing is that tablespace 'RMCCO_RMC_UTZ_PP080531' is not included into the dump that i try to import and it doesn't exist in the database.
    Thx
    Edited by: user11272630 on 10-ott-2012 8.40

    I've extraced the role/privs granted to BMCESE using this query
    select granted_role from DBA_ROLE_PRIVS where grantee='BMCESE'
    union
    select privilege from DBA_SYS_PRIVS where grantee='BMCESE';
    Result on Server where the impdp doesn't work:
    GRANTED_ROLE
    CONNECT
    CREATE ANY TABLE
    CREATE PROCEDURE
    CREATE SESSION
    CREATE TABLE
    CREATE TABLESPACE
    CREATE TRIGGER
    CREATE VIEW
    DATAPUMP_IMP_FULL_DATABASE
    DROP TABLESPACE
    EXECUTE_CATALOG_ROLE
    EXPORT FULL DATABASE
    IMPORT FULL DATABASE
    IMP_FULL_DATABASE
    QUERY REWRITE
    RESOURCE
    UNLIMITED TABLESPACE
    results on server where the impdp work:
    GRANTED_ROLE
    CONNECT
    CREATE PROCEDURE
    EXECUTE_CATALOG_ROLE
    IMP_FULL_DATABASE
    UNLIMITED TABLESPACE
    BMCESE has more grant and privs on the server where the impdp doesn't work.
    I've controlled the grant of read, write on the directory.
    I've tried to give DBA priv too to the user.
    So i don't think in a priv problem, i think that the problem is in the unexistent tablespace reported in the error.
    Someone has another suggest to give.
    Thx

  • Works... Doesn't Work... Works!.... Doesn't Work.... Trust Time Machine?

    My setup:
    MacBook Pro
    PowerMac G5 + External SATA Drive
    Airport Extreme + External USB Drive
    The PM backs up fine to the External SATA, about 90% of the time.
    The MBP backs up to the External SATA (shared) about 5% of the time so I purchased the External USB for use with the Airport Extreme.
    The first time I set it up and used it, it worked fine. Then it stopped working after a MBP reboot. Then randomly, this morning I noticed it was working again. But now it's not. Whenever it doesn't work it fails with "*+Time Machine Error. The backup volume could not be mounted.+*" This occurs almost 100% of the time.
    The volume is in fact, already mounted. I can browse it and it is fully accessible on my desktop.
    Now, if it never worked it would be one thing, but having this randomly work really has me fed up.
    How could I ever trust TM knowing that the one time I really need it it has a greater than 50% chance of failing?
    One more thing *I can browse my old backups using Time Machine as if nothing were wrong.*
    Thoughts?

    { so i formatted the disk, reinstalled leopard and restored all my information using my time machine back-up file.
    how exactly did you do that? please be specific. did you use system restore utility on the install DVD? did you use setup assistant after the reinstall? or did you use migration assistant later? or did you do it by hand?
    in general you can reset the password as follows:
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/11627.html
    however, depending on what you did the problem might be something else.

  • HT201412 My iphone's home button is not responding when I press it.  I sometimes have to press it several times before it works or it just doesn't work at all.  Any advise?

    My iphone's home button doesn't always work.  I sometimes have to press it several times to get to my home screen.  Many times this doesn't work and I just give up.  It is happening more frequently now, almost daily and usually lasts all day when it's having a bad day.  I've tried calibrating it and I've also tried a phone reset; neither helped.  Any suggestions?

    Re-Calibrate it. Press the power button until the slide to turn off shows. DO NOT TURN IT OFF. Leave it on the slide to unlock screen and press the home button for about 30 seconds until the slide to turn off screen leaves.

  • Sound Blaster ZX works with no drivers, doesn't work with drivers installed...

    Greetings one and all,
    I've just built a Windows 8.1 Enterprise system on an Asus Z9PA-D8 with dual processors installed. When any of the sound blaster drivers (CD or downloaded) are installed the card stops working. Uninstall everything, and it works again.
    I hope this is some simple configuration issue.
    Anybody got any suggestions?

    Okay, it was a configuration issue. I ran diagnostics and configured to output to speakers.

  • File.numbers works on Intel and doesn't work on G5

    I created a Numbers spreadsheet on my G5. The last saved version made on the G5 will not open on G5. I copied it to MacBook Pro, and it opened. I saved it is as a fresh copy (Save As) on the Macbook Pro, and the copy will not open on G5. It still opens on the Macbook Pro. Numbers also is slower on my G5 than on the Macbook Pro though most applications run noticeably faster on the G5 (like Photoshop CS).
    I hope Aple isn't already abandoning full support for the G5 Macs.

    I don't think anything is "clobbered" in the system. Everything else works and the same spread sheet works on earlier edit stages. It was just the latest edit that does not work. I also ran Repair Disk Permissions and rebuilt the file structure with Disk Warrior before the post. It is a reasonably complex spread sheet. I think that the G5 version just has a bug. I would like to have Apple test the spread sheet

  • HT1349 I can not update my iTunes on my PC.  The update gets to 42.60MB and all it tells me to do is download manually which I do and it still doesn't work.  All it say is that an error occured with no code number while instaling updates.

    I need help trying to update my iTunes.  I have Windows 7 and it will not allow me to update my download.  It is very frustrating.  I have tried all the support options but have gotten no where with it.

    Have you tried downloading the installer directly from http://www.apple.com/itunes ?

  • My web site has a link which automatically configures an email. Doesn't work in Firefox 5.0 but OK in IE 8, Opera and Netscape. v

    My web site is generated by Second Site , author John Cardinal, and contains email links which when selected automatically createsan email which all you need to do is fill in the body and send it. This has worked in the past in Firefox and does work now using IE 8, Opera, and Netscape browsers but does not work when using my Firefox browser neither locally on my computer or in my Internet website. Firefox is my browser of choice. This has worked in the past using Firefox.
    My web site is www.schulteis.com/omnibus/. On the presentation page, on the bottom, where it identifies Genealogist: Site Administrator. Select it and it may work for you. John Cardinal tested it on his local machine and it worked for him. His response to me was,
    "It's very likely that this is some sort of browser configuration error, and it's probably related to using a web-based email client, In
    Firefox, look under Options > Applications and see how the "Mailto" Content type is configured. It should probably say "Use Yahoo Mail" [it does]. I have never configured a browser to use a web-base email client, so I can't help more than that.
    Since this works fine on my computer and on my Internet site when using browsers IE 8, Opera, and Netscape but not Firefox, and I didn't do anything special for any browser to cause it to work, don't know what I could have done wrong for Firefox.
    I am using Yahoo mail.
    Thanks for your help
    Donald
    [email protected]

    I'm also running FF 36.0.4 on a Win 7 machine.  Here is what I see when I "open" the map (from the server - not inside DW):
    The map area stays white with no image even after several minutes.  The cursor does change to a hand when over the area where the map should be and if I click and drag there the cursor switches to the closed hand - so it's acting like the map is there and can be moved - but just no map shows up.
    I'll run it though the validator.  Thanks!

  • TS1292 redeem code sent by apple for mountain lion doesn't work

    why is this??

    mine took forever to download so read a post to sign out of apple store and reboot and try again!! Tried and it said I had used it already??? I have not downloaded mountain lion???? Can I get another code, bought my macbook pro today...... Very frustrated

  • IPod Touch - WiFi - SSID Broadcast Works/SSID No Broadcast Doesn't Work

    This is maddening in so many different ways:
    I have two (2) 2nd Generation iPod Touch 8Gb products. Both are nearly identical in every way -- how they connect, OS, Library, similar Apps (but not the same all the time), etc.
    iPod Touch "A" works flawlessly. No issues, no problems, no complaints
    iPod Touch "B" started behaving badly by first loosing my WPA security but recognizing my home network. Strong password creation was a hassle but I got cleaver. Over time, it got worse to the point that it would not even recognize the existence of my 802.11g home network.
    CAVEATS 1) We live in a rural area and on my property, not another network can be found. 2) Plenty of 2.4 Ghz stuff around including other wireless computers but... 3) This is my profession and I am flummoxed but have ideas....
    FINDINGS: 1) iPod "B" works fine in the public space. All wireless networks work just fine and dandy. 2) I turn on my home network SSID BROADCAST and this iPod works fine (after being set up again). 3) Turn off SSID Broadcast and once this iPod sleeps or is turned off/on, no more network but go to any place that has a public broadcast SSID and no security and it's fine again... 4) No matter what I have and what I do, iPOD "A" works flawlessly.
    WHAT I HAVE DONE: 1) made sure that I have plenty of DHCP scope -- yup. 2) Checked my leases - when connected I see perfectly valid MACs and leases without incident. 3) Check for overlapping or conflicts in IP Address allocation and MAC addresses (you never know...) - no problems there. 4) Quadruple checked "A" vs. "B" settings -- identical. 5) Dumped the entire flash and OS and started with a clean slate -- same issues with no apps, music, photos, movies -- nada... just a raw iPod like it came out of the box... same problem 6) Asked Apple to replace it as it's under warranty -- done. 7) Started testing again as a clean slate and found that it worked... replacing the iPod did the trick...
    So, I "RESTORE" the iPOD to garner all the hard work that was put into it -- contacts, settings, etc. I "SYNCH" the iPOD to recover my angel's precious photos, apps, movies, music.... I return it back to it's originally desired state EXCEPT that one must completely reconfigure things like networking by hand -- OK.
    It's back to normal, as desired, in the configuration we want and it WORKS!!!! Albeit... only for a day... and now we are back to where we started -- again...
    iPod "A" works flawlessly and the new "B" is back to it's same old tricks --
    OK - What does a restore do anyway? Is there some small pile of firmware that writes over the fresh load from OS? In order to preserve my contacts and other things a restore supports, did I uncover the super secret bug that Apple will refuse to acknowledge? Can I still say that I hate iTunes without being flamed a thousand deaths? Is there a diagnostic easter egg I can try?
    And before I started this soliloquy -- I watched my functioning iPod "B" go to sleep with a working home network... only to wake her from her slumber... tuned out - with Not Connected living in her Wi-Fi field.... <sigh - simply maddening>
    The only thing that sets these two apart are the nuances associated with configs that are part of the user's own personal interface desires and resident app input (contacts, calendar, etc...).
    AGE

    First off -- thank you all for replying and providing your insight, stories, and findings with your own iPod Touch, MAC, and iPhone WiFi fun...
    You are all wonderful contributors.
    Just to be clear, as others have mentioned -- this is not a feature and we should not have to tolerate it. This iPod, like the other one and yours too, once worked flawlessly and then continued to degrade to a point of not functioning according the 802.11g ieee standard. Something that has been in development for over 10 years and has been an adopted standard in consumer electronics for more than 7 years -- an eternity in this industry.
    To be clear, I performed TWO ultimate resets -- completely wiping the firmware and OS of the original hardware and tested a completely wiped iPod Touch to no avail and the second "reset" was a brand new replacement -- right out of the box -- under warranty. No network resets necessary. The new iPod worked as expected without any original data loaded. Once a backup was "restored," and the iPod was synch'd with the library of choice, then the troubles started again. The networking does not restore -- you have to build a secure network from scratch. And again, the "A" iPod exhibits none of this odd behavior.
    It is a testament that Apple has a problem in code when other iPods running similar OS behave the same. The reason that I mention the geeky standard above is because we should not have to broadcast our SSID for this to work -- it's an open standard, not something proprietary. We should not have to conform to "work around" solutions. And, yes, NOT broadcasting SSID is part of the entire package of sound security. I have to strongly disagree with all the nay-sayers. You don't go walking around the streets with money hanging out of your pockets or your wallet sticking out of your shirt pocket for a reason -- but I bet that you have cash on you and I can find it pretty quickly. It's why purse snatching is a crime of violence and rampant in larger cities and pick-pockets use finesse. One is easy pickings for anyone to try and the other requires tools and skills. If you don't flaunt it, the low level threat is removed.
    As for strong security, the option for WEP is not an option. I use multiple levels of acceptable stronger encryption, logging, limited DHCP scopes, MAC controls at times, stateful firewall controls, and other radio tricks of the trade. My only failings is having to pander to the lowest common denominator within my home network.
    Anyway, I spent a bit more time surfing and find this problem ubiquitous in 2.2.1 and forward. Something is amiss at Apple. All my Window based products work just fine (as does my Wii).
    Keep those cards and letters coming folks.
    AGE

Maybe you are looking for

  • Why are my iCal calendars randomly disappearing with all their corresponding events?

    Why are my ical calendars randonly disappearing? I updated to Maverick, but one disappeared before I did that update. I have 10 different calendars, each identified by its own color, example: "work" calendar is yellow, my personal calendar is green.

  • PS CS4 shuts down when opening a new document in Windows Vista 32 bit

    It worked fine for many years ... I recently had to do a system restore, start from scratch installing all programs. Now PS has problems (everything else works fine in CS4 as far as I know). It opens in the regular screen ....until I open a new photo

  • Process Memory Limit

    I use Runtime.exec () to create a new process. How can i limit the memory used by this process ?? Thanks,

  • Purchase Requisition Disable Account Assignment

    Dear Experts, I would like to disable the Account Assignment Item Detail Tab on the Purchase Requisition.  I know that it is linked to the Plant and in turn is linked to the Company Code.  May I ask how can I do the configuration to disable the Accou

  • How do you uninstall MountainLion?

        Is there a way to uninstall Mountain Lion permanently?      Ever since Mountain Lion was installed on our MacBook pro, it has not been functioning properly and the computer has been running slower. So It would be really helpful if soneone can ans