Mapping change not being deployed

Hi All
We're experiencing an issue where any changes we make to a map or orchestration is not being deployed once the assemblies and re-deployed on the server.
I have tried the following - 
1. The normal process of stopping the host instance, re-deploying the assemblies and updating them in the resources folder then restarting the host again
2. Rebooting the machine and re-deploying
Process 1. has always worked in the past, not sure what could be happening. Any clues?
Regards
Riaz

Any of the following could be the cause for your problem:
May be you’re not rebuilding your artifacts like maps or orchestration. You simply build the components. Try to rebuild the artifacts, for the changes to reflect in the assembly you deploy.
I understand that you add the assemblies in Resource folder, but may be you’re not gacing them. GAC the assemblies you have updated, restart the relevant host instance. Either use the GACUTIL
command or check the ADD to GAC checkbox when you add the assemblies to the resources folder to gac the assemblies.          
May be updated assembly is deployed properly, but the section of the update code is not executed (not covered in execution) because of any data/business rule. Ensure that you have correct test
data which would execute the updated code.
If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Similar Messages

  • Changes not being published

    I'm having trouble with my changes not being saved/published.
    I can choose to edit a page, click publish... it then shows the
    page (in contribute) with my changes. But, when I go to the actual
    website, the changes are not there... and when I go back to
    contribute and move around in contribute's view of my website and
    go back again to the page I was working on.. the changes are no
    longer there.
    thoughts? Should I uninstall and re-install
    contribute?

    No, don't uninstall...
    First, emty the cache of you Internet Explorer and see if you
    can see the changes then.
    1. Main menu in IE, go to Extra>(internet)Options
    2. go to Browsing History
    3. click Remove... (delete/empty, I don't know the text of
    the btn in english version) and emty your cache.
    Second, change the settings of IE.
    1. Main menu in IE, go to Extra>(internet)Options
    2. go to Browsing History
    3. click Preferences (next to Remove.. btn mentioned above)
    4. change the setting for Temporary Internet files so that
    the pages refresh everytime you visit the pages.

  • Changes not being saved in Address Book

    Hi,
    I've been editing one of the entries in my Address Book (deleting the surname input), but every time I do this and go out of Address Book the surname comes back. Not a massive problem, but it's very annoying especially as it all links in to Mail etc.
    If anyone knows why this is and how it can be fixed it would be much appreciated.
    Thanks in advance.

    I just encountered the same thing while setting up a couple new Macs with 10.6.8, it's very frustrating, but I found the solution, at least in my case. Maybe this is the same problem you are encountering:
    I imported a whole bunch of contacts from another Mac to the first one (using a batch vCard). Anyway, I noticed a few of them were out of date so I edited them. Then I saved them (using both the export vCard group and the Address Book archive), then I took that file to the second Mac I was setting up, and imported them. but I noticed that most (but not all) of the changes I'd just made (prior to exporting) were not saved. This was quite a puzzler, and took a little while to figure out why some changes were being saved and not others.
    I believe this problem is due to a interface design flaw in Address Book.
    You see, when you press the "Edit" button to unlock a contact record, the "edit" button turns blue (signifying that the record is editable). But what's not clear is that none of the changes are actually committed until you press the exact same "Edit" button again to commit all the changes you've made (on that record and any others edited since the "Edit" button was last clicked).
    So, really, what's missing here is a warning dialog. When you select an Export option, and the "edit" button is still blue, a dialog should appear saying that "recent changes are unsaved and will be lost" (or something to that effect). In my opinion, the edit button should probably turn into a "Save Changes" button or something like that.
    This is especially confusing, because the uncommitted changes are persistently visible in the Address Book even after switching contacts. In most databases, uncomitted changes are lost as soon as you leave a record without saving, but not in Address Book. It looks like all your changes have been made even though they aren't. And I think it's fair to say that the typical user will assume that when you export the address book contacts, the export will appear identical to how it appeared when they saved it, but if the "Edit" button was blue during the save, that will not be the case, and there is no warning to that effect. So it leads to unexpected behavior in that some recent changes are saved but the most recent are not.
    Anyway, I'm sure there'll be other opinions as to the interface design, but it's clear to me this is the problem, and the solution is to always make sure the "edit" button is NOT blue before saving or exporting the address book or contacts.
    I also wouldn't have noticed it unless I was trying to set up two computers at once (since the changes were so minor, I might have not ever noticed they weren't saved otherwise). So I wouldn't be surprised if this problem has been around for a long time and I never noticed it before.
    Hope that helps...

  • Mapping errors not being captured in wb_rt_errors

    Hi All,
    We use OWB mapping to load the data from stage tables to transactional tables. However, errors are not being captured in wb_rt_errors eventhough table loading is failing. We have no clue why it is failing. Please let us know if you have any idea why the errors are not being captured ?
    We are capturing the audit id during the load erros. Using the below queries to validate the data.
    SELECT * FROM WB_RT_AUDIT  WHERE RTE_ID=15852682 ORDER BY CREATION_DATE DESC;
    SELECT * FROM WB_RT_ERRORS WHERE RTE_IID=15852682; Thanks and Regards
    Nagaraja akkivalli.

    I've had similar problems. I've found that the Flash CC file sometimes loses the reference to the document class file and that the source paths in the Actionscript settings are gone when re-opening a file. If I re-enter the document class (and paths) in the Actionscript Settings dialogue it will reconnect with Flash Builder.

  • Item level changes not being updated.

    Hi,
    I am implementing BADI BBP_DOC_CHANGE_BADI, method BBP_PO_CHANGE.
    The problem that I am facing is that whenever, I change anything at the Item level, after the PO has been created, (say for eg item quantity), it is not being updated to the database. I also noticed one thing. When I click on the order button (after changing the item quantity) the import parameter of the BADI it_item of the is empty. Also I am checking in transaction BBP_PD, whether the update has happened.
    Thanks in advance
    Pete

    Hi Yann,
    Below is the code in the BADI BBP_DOC_CHANGE_BADI.
    method IF_EX_BBP_DOC_CHANGE_BADI~BBP_PO_CHANGE.
    CLASS cl_exithandler DEFINITION LOAD.
    DATA: LV_CUF_BADI TYPE REF TO IF_EX_BBP_CUF_BADI, "ZCL_IM_SRM_TANDC_BADI, ",
      LV_CUF_BADI_ACTIVE.
    DATA: IV_MODE   TYPE xfeld,
            IS_CUF_HEADER  TYPE BBP_PDS_HEADER,
            IS_GETDET_HEADER TYPE BBP_PDS_PO_HEADER_D,
            ES_UPD_HEADER TYPE BBP_PDS_PO_HEADER_D,
            IS_UPD_HEADER TYPE BBP_PDS_PO_HEADER_U,
            LV_CHANGE TYPE C,
            IS_ITEM TYPE BBP_PDS_ITEM ,
            IS_ACC TYPE BBP_PDS_ACC,
            IV_DOC_TYPE TYPE CRMD_ORDERADM_H-OBJECT_TYPE VALUE 'BUS2201',
            LV_INCLUDE_NAME TYPE DD03P-TABNAME VALUE 'INCL_EEW_PD_HEADER_SSF_PO',
            LT_DDIC TYPE DD03TTYP,
            LV_REPID TYPE SY-REPID,
            LV_DYNNR TYPE SY-DYNNR,
            I_HEADER LIKE IS_CUF_HEADER,
            GV_CLAUSE_ID(256) TYPE C,
            LV_FLAG(1),
            LV_IMP(1),
            LS_COUNTER(1),
            LS_COUNT(1),
            LS_NUMB(1),
            LS_GUID(32),
            LS_GUID_INIT(32),
            LS_GUID_BLANK(32) TYPE C VALUE SPACE,
            LS_NUMB_BLANK(1) TYPE C VALUE SPACE,
            LS_CNT(1),
            LV_UCOMM(4),
            EV_OKCODE TYPE SY-UCOMM.
    DATA: WA_PDHSC TYPE BBP_PDHSC,
    WA_PDHSC_SEL TYPE BBP_PDHSC,
    *wa_it_item type BBPT_PD_PO_ITEM_ICU,
    WA_IT_ITEM TYPE BBP_PDS_PO_ITEM_ICU,
    wa_et_item TYPE BBP_PO_ITEM_BADI,
    WA_HCF TYPE BBP_PDS_HCF_PO.
    LS_COUNTER = LS_COUNTER + 1.
    IF SY-UCOMM = 'SAVE'.
    IMPORT LV_TEXT TO LV_IMP FROM MEMORY ID 'TEXT'.
    LV_IMP = LV_IMP + 1.
    EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
    ENDIF.
    IF SY-UCOMM = 'CHEC' OR SY-UCOMM = 'ENT1' OR SY-UCOMM = 'SAVE' OR SY-UCOMM = 'LIST'.
      GET PARAMETER ID 'NUMB' FIELD LS_NUMB.
      IF LS_NUMB IS INITIAL.
        MOVE IS_HEADER-GUID TO LS_GUID_INIT.
        MOVE LS_COUNTER TO LS_COUNT.
        SET PARAMETER ID 'GUID' FIELD LS_GUID_INIT.
        SET PARAMETER ID 'NUMB' FIELD LS_COUNT.
      ENDIF.
    ENDIF.
    MOVE-CORRESPONDING IS_HEADER TO I_HEADER.
    IMPORT LV_TEXT TO LV_IMP FROM MEMORY ID 'TEXT'.
    IF SY-UCOMM = 'SAVE' AND LV_IMP = 2.
    CALL METHOD cl_exithandler=>get_instance
    EXPORTING
    exit_name = 'BBP_CUF_BADI'
    IMPORTING
    act_imp_existing = LV_CUF_BADI_ACTIVE
    CHANGING
    instance = LV_CUF_BADI.
    MOVE SY-UCOMM TO LV_UCOMM.
    LV_REPID = 'SAPLZSRM_CUST_SCREEN'.
    LV_DYNNR = '1001'.
    GET PARAMETER ID 'GUID' FIELD LS_GUID.
    IF LS_GUID NE IS_HEADER-GUID.
      I_HEADER-GUID = LS_GUID.
    ENDIF.
    CALL METHOD LV_CUF_BADI->PUT_DATA
    EXPORTING
              is_header             = I_HEADER
              is_item               = IS_ITEM
              is_acc                = IS_ACC
              iv_doc_type           = 'BUS2201'
              iv_include_name       = lv_include_name
              iv_mode               = IV_MODE
              it_dd03p              = lt_ddic
              iv_caller_dynnr       = '1000'
              iv_caller_repid       = SY-REPID
            IMPORTING
              ev_repid              = LV_REPID
              ev_dynnr              = LV_DYNNR.
    CALL METHOD LV_CUF_BADI->GET_DATA
        IMPORTING
          ev_okcode = EV_OKCODE
        CHANGING
          es_header = I_HEADER
          es_item   = IS_ITEM
          es_acc    = IS_ACC.
    ENDIF.
    WA_PDHSC-GUID = IS_HEADER-GUID.
    WA_PDHSC-ZZ_OPT_TERM_COND = I_HEADER-ZZ_OPT_TERM_COND.
    MOVE-CORRESPONDING IS_HEADER to ES_HEADER.
    MOVE IT_PARTNER TO ET_PARTNER.
    loop at it_item into wa_it_item.
    MOVE-CORRESPONDING wa_it_item to wa_et_item.
    append wa_et_item to et_item.
    endloop.
    MOVE IT_ACC TO ET_ACC.
    MOVE IT_HCF TO ET_HCF.
    MOVE IT_ICF TO ET_ICF.
    MOVE-CORRESPONDING WA_PDHSC TO WA_HCF.
    APPEND WA_HCF TO ET_HCF.
    IF LV_UCOMM = 'SAVE' AND LV_IMP = 2.
      SELECT * INTO WA_PDHSC_SEL FROM BBP_PDHSC WHERE GUID = IS_HEADER-GUID.
      ENDSELECT.
      IF SY-SUBRC = 0.
        UPDATE BBP_PDHSC SET ZZ_OPT_TERM_COND = WA_PDHSC-ZZ_OPT_TERM_COND WHERE GUID = IS_HEADER-GUID.
        SET PARAMETER ID 'GUID' FIELD SPACE.
        SET PARAMETER ID 'NUMB' FIELD SPACE.
        CLEAR LV_IMP.
        EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
      ELSE.
        INSERT INTO BBP_PDHSC VALUES WA_PDHSC.
        SET PARAMETER ID 'GUID' FIELD SPACE.
        SET PARAMETER ID 'NUMB' FIELD SPACE.
        CLEAR LV_IMP.
        EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
      ENDIF.
      COMMIT WORK.
    ENDIF.
    endmethod.
    Let me know if you need any clarifications.
    Thanks,
    Pete

  • Business Role changes not being provisioned

    Guys (and girls),
    We're having the issue that whenever we change something to a business role in IdM 7.1 SP5, like adding or removing a technical role (SAP role) the change isn't provisioned to the system authomatically resulting in users not being updated.
    The workarround now is to change a business role and then remove it from a user and add it to that user again. Works ok when you're dealing with only a few users but I'm not looking forward to the day our basic role needs updating.
    Same thing goes for changing users telephone number or SNC name or the likes.
    I'm not sure if the two issues are related but am I missing an assignment of a task somewhere?
    Cheers,
    Jonathan

    Jonathan,
    I think so, but a pretty simple one to fix.
    I would do one of two things:
    1. Put a MODIFY task on MXREF_MX_ROLE or whatever attribute you're holding roles in.  Have this task do a role reconcilation.
    2. As a part of the workflow, have a role reconciliation execute.
    On the whole, I prefer the second option.  Don't like adding baggage onto the MXREF attributes.  Just keeps things running more efficiently.
    By role reconciliation, I mean executing the functions/tasks needed to reassert the roles on the user.  I think there's a built in scripting function to do this or you can automate the add/remove functionality you described in your message, holding the role MSKEYs in a temporary attribute.
    Matt

  • Why are recently added/changed Notes being emailed to me?

    Since the first of the month, any new or changed Notes documents are being sent to my Moble Me email.
    I am not using the cloud for storage but backing up to the computer.
    Since the recent OS upgrade, there have been other strange things are happening other than this issue.
    I had never really looked at setting for notes before, but other than the font, the default account is [email protected] The only other option is "On My Mac"

    Have a look under Playlists, Artists, Genres, and make sure you haven't checked something there that collects all her stuff. For example, if you had Beyonce checked under Artists, it'll transfer *all* Beyonce music.
    As an experiment, uncheck everything in those three lists, so you *only* have checkmarks under Albums.
    Hope that helps

  • Windows Network Drive Mapping properties not being associated with Test Stand deployment

    I recently upgraded a TestStand/LabVIEW (Developer Suite 2012 DS1) deployment project from a Windows XP Pro OS to Windows 7 Enterprise. Now, when I run the Test Stand deployment, Network paths that used to be hard coded into my File Globals are no longer recognized. I re-wrote the vi's, and put "File Dialog" pop-ups so that I could see what path the control is being opened up at, and what appears to be happening is the Network Drive that I am defaulted to is appearing as if it is "disconnected" in the navigation window, and the path is defaulted to my root directory. I can navigate out to my network path no problem from the navigation window, and after the first time I perform this user action, subsequent executions open up to the path I have hard coded in my Sequence File Globals. However, if I reboot my host computer, I again have to go through the exercise of manually pointing to the proper network location? If I use the Windows Explorer to check Mapped Networked Drives, everything is properly mapped and connected.
    Has anyone ever seen this behavior? 

    Hi ATE Dude 22,
    I have not come across this problem before but here is a document from MSDN and one from NI which discuss file path conventions. From what I've seen, UNC is also accepted under Windows XP so I would advise using it for your file globals.
    Cheers,
    KyleP
    Applications Engineer
    National Instruments

  • Group Policy Files Not Being Deployed to UNC Paths

    When attempting to deploy files via Group Policy Preferences, there is a well-known issue wherein you may receive an error to the effect of: 0x80070003
    The system cannot find the path specified. This is due to the local system being the security context used to deploy the file. If the local system does not have rights to the location, as is true with mapped drives, access is denied and the path cannot
    be found. The workaround for this is to enable the common option "Run under the logged in user's security context"
    However, I have done this and still receive the same error. I have verified the logged-in user can reach both the source and destination. Specifically, the source is a file server and the destination is the user's HOMEPATH,
    which resides on another fileserver in this case. More to the point, it's their redirected Documents folder, and it otherwise works fine; I cannot imagine this being a permissions or connectivity issue, especially because I receive the error even if I execute
    a gpupdate
    /force /target:user while logged in.
    I've also installed the hotfix from Microsoft pertaining to this issue: "Error
    code 0x80070003 when a Group Policy preference is applied to Windows 7 clients", but this did not change anything. (I only installed it onto the desktop; that seems to be where it belongs for my case.)
    I'm at a loss as to why this happens. The domain controllers agree the common option is set, and a gpupdate does otherwise succeed. Also, if I change the target to a location on a local drive of the computer, it works fine. I do not see the common option reflected
    in the output of gpresult,
    but I'm not sure if I should.

    Hi Ron,
    Before going further, how did we input the source file path and the destination file path? Did we input the paths as follows (t1.txt as an example):
    Action: Create
    Source file path: \\servername\sharename\username\documents\t1.txt
    Destination file path:\\servername\sharename\t1.txt
    Best regards,
    Frank Shen

  • Applications not being deployed during task sequence - MDT 2013 + SCCM 2012 R2

    Hi everyone,
    I have recently integrated MDT2013 with my SCCM 2012 R2 and I am trying to move away from OSD in SCCM and switch to MDT. I managed to get a blank image deployed and now I am trying to tweak CustomSettings.ini to install applications based on the default
    gateway and model. For some reason, the apps are getting pulled but not deployed. Here is what I have in the files:
    Settings Package - CustomSettings.ini
    [Settings]
    Priority=DefaultGateway, Model, Default
    Properties=MyCustomProperty
    [OptiPlex 9020]
    Applications001=Mozilla Firefox
    [DefaultGateway]
    192.168.XXX.254=Poland
    192.168.XXX.254=London
    [Poland]
    Applications001=ESET
    [Default]
    DoCapture=No
    OSInstall=Y
    SkipCapture=YES
    SkipAdminPassword=NO
    SkipProductKey=YES
    Administrators001=myDomain\adminGroup
    Applications001=Skype
    Applications002=Office Professional Plus 2010
    When the TS runs, I can see it's getting all the apps from the list, here is a snippet from ZTIGather.log
    Using from [Settings]: Rule Priority = DEFAULTGATEWAY, MODEL, DEFAULT
    ------ Processing the [DEFAULTGATEWAY] section ------
    Match found for default gateway 192.168.XXX.254, retrieving settings.
    ------ Processing the [Poland] section ------
    Property APPLICATIONS001 is now = ESET
    Added value from [Poland]: APPLICATIONS = ESET
    ------ Processing the [OptiPlex 9020] section ------
    Property APPLICATIONS001 is now = ESET
    Property APPLICATIONS002 is now = Mozilla Firefox
    Added value from [OptiPlex 9020]: APPLICATIONS = Mozilla Firefox
    ------ Processing the [DEFAULT] section ------
    Property OSINSTALL is now = Y
    Using from [DEFAULT]: OSINSTALL = Y
    Property DOCAPTURE is now = No
    Using from [DEFAULT]: DOCAPTURE = No
    Property SKIPCAPTURE is now = YES
    Using from [DEFAULT]: SKIPCAPTURE = YES
    <Message containing password has been suppressed>
    <Message containing password has been suppressed>
    Property SKIPPRODUCTKEY is now = YES
    Using from [DEFAULT]: SKIPPRODUCTKEY = YES
    Property APPLICATIONS001 is now = ESET
    Property APPLICATIONS002 is now = Mozilla Firefox
    Property APPLICATIONS003 is now = Skype
    Added value from [DEFAULT]: APPLICATIONS = Skype
    Property APPLICATIONS001 is now = ESET
    Property APPLICATIONS002 is now = Mozilla Firefox
    Property APPLICATIONS003 is now = Skype
    Property APPLICATIONS004 is now = Office Professional Plus 2010
    Added value from [DEFAULT]: APPLICATIONS = Office Professional Plus 2010
    Property ADMINISTRATORS001 is now = myDomain\adminGroup
    Added value from [DEFAULT]: ADMINISTRATORS = myDomain\adminGroup
    ------ Done processing CustomSettings.ini ------
    So the settings do get picked up and selected. ZTICoalesce.log also shows the apps picked up:
    Coalesce pattern to be used: Applications
    Coalesce base variable to use: CoalescedApps
    Added value ESET-KRKLON from APPLICATIONS001 to the list
    Added value Mozilla Firefox from APPLICATIONS002 to the list
    Added value Skype from APPLICATIONS003 to the list
    Added value Office Professional Plus 2010 from APPLICATIONS004 to the list
    Property CoalescedApps01 is now = ESET
    Property CoalescedApps02 is now = Mozilla Firefox
    Property CoalescedApps03 is now = Skype
    Property CoalescedApps04 is now = Office Professional Plus 2010
    ZTICoalesce processing completed successfully.
    Now when I go to the smsts.log file, I can see this:
    App policy for 'ESET' not received. Make sure the application is marked for dynamic app install
    Policy download failed, hr=0x80004005
    and later
    Failed to run the action: Install Application. 
    Unspecified error (Error: 80004005; Source: Windows)
    After that, no other apps are mentioned and seems like the failure on ESET drops the whole sequence and moves forward. I can see later the default admin being added correctly.
    Any ideas what I may be missing here? Especially on the failed policy download?
    Thanks
    Jakub

    HI,
    "App policy for 'ESET' not received. Make sure the application is marked for dynamic app install"
    Is the ESET application deployed? it sounds like it could be the check box on the application "Allow this application to be installed from install application task sequence action without beeing deployed" that is missing? If the application isn't
    deployed this checkbox must be ticked.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Published iCal changes not being picked up on wife's subscribed iCal

    Help... I sold my wife on getting an Mac & iPhone because I told her that we could share a published calendar for our 5 year old daughter's care. We're separated.
    Aside from having soOo much trouble getting the published calendar "JRae" to just show up on her desktop (and then iPhone)-- which we finally did. I thought we were home free.
    Now I know that with this setup, only the publishing computer's iCal owner can make changes to that published calendar (which works for us), bu the very first change I made to "JRae" (which synced just fine between my desktop Mac, my Laptop, and my own iPhone), was unfortunately-- two days later, never picked up on my wife's Mac Desktop or iPhone's iCals.
    Little Jasmine Rae sat out in front of her school waiting for someone to come get her!! ARGGHGG!!
    What gives? Isn't this the whole point of "published" calendars?
    I've got the very latest Mac OS (I think). My wife's computer is an slightly older eMac, running 10.4.11.
    Thanks in advance for any help...
    a (frustrated) Mac lover,
    Matt

    Why didn't adding the new method to the existing class work?
    2) Given that I can demonstrate my changed jar is being used by the formBoth statements point to the direction that the "old" class is still there, but maybe in a different jar-file. java takes the first occurence of a class, so maybe for the "old" class it finds it in a different jar, but the "new" class is not found in that jar and therefore taken from the actual jar. check The archive or archive_jini-tag and remove all unused or redundant jars. You maj also try to clear the jar-cache.

  • Forms Bean changes not being picked up from updated jar

    I've got an existing, working Bean with a single static method which my forms use to check the last modified date on a file. I've been trying to add a second method, with no luck. In an attempt to see if my new jar was being picked up, I changed the existing method to simply return "testChange". When it continued to return the string representation of the file modification date, I assumed my jar change wasn't being read.
    However, I eventually tried creating my new method in a separate class, this time not extending VBean, and include it in the same jar. I can now execute my new method just fine.
    My questions are
    1) Why didn't adding the new method to the existing class work?
    2) Given that I can demonstrate my changed jar is being used by the form, how on earth is the old method still returning the file date, when the code doesn't do that anymore???
    I've got it working, but I'd really like to understand why my previous attempts failed.
    Original class:
    public class myClass extends VBean
         public static String getLastModified(String filename)
              File file = new File(filename);
              return Long.toString(file.lastModified());
    Forms invocation:
    FUNCTION get_last_modified_date (file_name_in IN SWtype.SW_long_string)
    RETURN DATE
    AS
    v_last_modified SWtype.sw_long_string;
    BEGIN
    v_last_modified :=
    fbean.invoke_char ('SW_WEBUTIL_BLK.SWFILEUTILS'
    ,1
    ,'getLastModified'
    ,file_name_in
    return TO_DATE ('01/01/1970 00:00:00', 'DD/MM/YYYY HH24:MI:SS')
    + v_last_modified/(86400 * 1000);
    END;
    Method changed for testing:
    public class myClass extends VBean
         public static String getLastModified(String filename)
              return "testChange";
    New method:
    public static boolean isValidUTF8(String filename) throws FileNotFoundException,
    IOException
    <if not valid UTF8>
    return false;
    return true;
    Invoking the new method when it was in the bean (just returned null):
    v_result := fbean.invoke_bool('SW_WEBUTIL_BLK.SWFILEUTILS'
    ,1
    ,'isValidUTF8'
    ,:my_blk.file_name
    Invoking the imported Java method now that it's in its own class:
    v_result := myfilevalidator.isValidUTF8(:upload_blk.source_file);
    In case it's relevant, I'm using JDeveloper 10.1.3 and Forms Builder 10.1.2.0.2, running the forms locally on my OC4J instance.

    Why didn't adding the new method to the existing class work?
    2) Given that I can demonstrate my changed jar is being used by the formBoth statements point to the direction that the "old" class is still there, but maybe in a different jar-file. java takes the first occurence of a class, so maybe for the "old" class it finds it in a different jar, but the "new" class is not found in that jar and therefore taken from the actual jar. check The archive or archive_jini-tag and remove all unused or redundant jars. You maj also try to clear the jar-cache.

  • Why isn't aren't my meta data changes not being saved

    I've tried to make several of my albums on iTunes a compilation, the changes seem to be saved, but a minute later they revert.  What gives.

    How did you carry out the redirection? The correct way is to add the 'itunes:new-feed-URL' tag to the original feed, containing the URL of the new feed. If that's what you did do move to the Feedburner feed this is permanent until you add the same tag to the Feedburner feed redirecting back to the original feed.
    Similarly if you used a server redirect, depending on how it was done, if it was a permanent redirect iTunes is stuck on the Feedburner URL.
    You are going to need to reconstitute the Feedburner feeed at the same URL and add the redirection tag as instructed here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move
    Failing that, you can try emailing them at podcasts 'at' apple.com - give them the iTunes Store URL you posted above - and ask them to move the Store to the podbean feed.

  • Tables are not being deployed completely from Dictionary

    hi,
    I created a Dictionary project and a table with two columns in it. Then i rebuilt the project and created the .SDA archive.
    After that, i went to the navigator view and left clicked on the previusly created SDA archive and selected deploy. Deployment was succesful, and the table was created, but the two columns in that table were not created.
    Does someone know what went wrong?
    No matter how many times i repeat this steps, the columns are not created.
    thank you

    Please post this question on http://forums.oracle.com/forums/forum.jsp?id=486963 for best response.
    Ashesh Parekh
    Oracle9iAS Product Management

  • Maps app not being apple to find places in Malaysia

    I desperately need the old maps app back because the new app cannot find most of the places in malaysia. The old app always helps me but not this one, im stuck... if can i want back the old ios 5... Pls help!

    Contact iTunes store support for this. Go to http://www.apple.com/support/itunes/contact/ and click the blue link next to the green shopping bag. Follow the steps and send them an email explaining your issue.

Maybe you are looking for

  • How can I filter data in itab.... which was retrived from infotypes.

    Hi all,   I am trying to filter data for one internal table (ex: IT_FINAL ) by comparing those values from standard table (ex: PA0000).First I had sucessfully uploaded all data from presentation server, Now I want to compare all field value (ex: PERN

  • 9i DB problems and Issues

    Hi We have just installed 9i DB on our SUN SOLARIS machine and OS. Whenever I log on to SQLPLUS session and apply any new 9i feature in a query form, I get the folowing error message: ORA-03115: unsupported network datatype or representation Could so

  • Problem importing a table with blob's

    hi all, I'm facing the following situation. Source DB : 10.2.0.3 (client's DB) Destination DB (mine): 10.2.0.4 I've a dump file (traditional) of a particular schema. I'm running import (imp) to import on my DB. It runs fine until it reaches one parti

  • Error: This content cannot be displayed in a frame

    Hello Everyone, I have problem to view work shop > object browser page . when I click on any objects It shows "This content cannot be displayed in a frame" and close the session . Please help me on it.

  • My iPod Nano is full and I need to delete some songs.  How do I do this?

    How do I delete songs from the iPod Nano?  It is full and I want to delete some songs.  The Apple help page did not help.