SMP 3.0 - Updating files like JavaBE.ini

Hi All,
I am deploying Work Manager 6.1 on SMP 3.0.
I create an archive file for WM6.1 with the required files and deploy that using Management Cockpit under App Specific Settings for that particular app.
It creates the application contents on the SMP Server under this path: \
\MobilePlatform3\Server\configuration\com.sap.mobile.platform.server.agentry.application
Everything is fine and I am able to connect to the app through ATE end to end.
But now if I need to update JaveBE.ini file with some parameters, can I do it directly on the SMP Server? Or I have to upload the archive (with the new JaveBE.ini file) again through the Management Cockpit.
When I update it it directly on the SMP Server, it gets reverted to its old value after I restart SMP Server.
If I upload the updated archive in Management Cockpit and save, it doesn't seem to update the JavaBE.ini at all.
What shall I do?
Regards
Ankur Malhotra
Tags edited by: Michael Appleby

How do I publish a 'new' version.
Just selecting the new archive again in the below screen and saving it?
Or the archive needs to be renamed?
Regards
Ankur

Similar Messages

  • SMP 3.0: Agentry use of source=INI in JavaBE.ini

    Hi Experts.
    Is it still possible to use the JavaBE.ini for parameter configuration in Agentry 7.0 (on SMP 3.0) ?
    We will for sure use source=SAP for productions servers, but for local development environments
    it would be more flexible to use local configuration.
    Does anybody know if an export program exist, to export parameters from SAP to an INI file ?
    Thanks.
    Søren Hansen

    Hi Bill.
    Seems like it is working. I have posted some details in SMP 3.0: Setup local Agentry development environment with source=INI in JavaBE.ini
    I have not been able to find a standard program to export the parameter values, but found it fairly simple to create one myself.
    I will update above document with any findings, but I was able to start up the server, and do a full initial synch via that procedure.
    Søren Hansen

  • I have a website for my artwork.  I had a PC and. Now an iMAC.  I've used Dreamweaver to update the website.  I used to go to Filezilla on the PC a upload the updated pages which would then show updated on the internet.  What file like FileZilla should I

    I have a website for my artwork.  I had a PC and. Now an iMAC.  I've used Dreamweaver to update the website.  I used to go to Filezilla on the PC a upload the updated pages which would then show updated on the internet.  What file like FileZilla should I use?

    You can download it here:
    https://filezilla-project.org/download.php?show_all=1
    Click the Source Forge link - make sure you reject offers for any other software during the installation, Source Forge usually will ask you to install other stuff in addition to what you want (Filezilla).
    It works well on Mac.
    Dreamweaver also has built-in FTP functionality if you want to check that out.

  • ITunes says updating files on my iPod, but podcasts do not show up.

    I have an iPod Classic 80g. It is set to manually manage files and disk use is enabled. Recently I had to reformat my PC and reinstall the OS and other programs. Prior to this I was able to click and drag the video podcast I subscribe to directly to my iPod. Now, after the reformat, when I drag the new podcasts to my iPod, iTunes says its updating files my files, but when its finished there are no files added to my iPod. When I try to add it again, it no longer says it's updating, but still nothing happens. I have checked in all available folders incase it was adding to the wrong place, but it is nowhere to be found except fot being temporarily in the recently added folded. All other media types like movies and music import without a problem to my iPod.
    Please help.

    I found this answer on http://forums.ilounge.com/archive/index.php/t-197870.html
    I tried it and it worked. I am not tech savy, but I am in the process of downloading all of the other shows this way. Once I entered in the url in the "sync podcasts", it then allowed me to place all of the newly downloaded podcasts under podcasts. I played around for a while, so not sure I can walk you through it, but it will work.
    Once I had synced the podcast, I went into podcast, dbl clicked on the original subscribed podcast show, that brought up the other shows and I downloaded them, one by one. Am trying a mass download, but cannot seem to do that.
    Hope this helps.
    05-25-2007, 04:09 PM
    Yeah, you have to subscribe to a podcast and select "Sync podcasts" for it to show up under "Podcasts" on the iPod. Even podcasts downloaded through iTunes won't show up here if you don't subscribe/sync but just put them in a playlist.

  • Firefox crashes whenever i want to install any addon or download any file. Some times i am receiving error while downloading any file like "could not be saved, because you cannot change the contents of that folder"

    I am the user of latest firefox 3.6.6 browser. I am getting problems of frequent crashes whenever i tries to install any addon. The crashes also occures whenever i want to download any file.
    I am also receiving errors while downloading any file like:
    "C:\Users\****\AppData\Local\Temp\******.001.part could not be saved, because you cannot change the contents of that folder.
    Change the folder properties and try again, or try saving in a different location. I already changed it many many times but still the same problem."
    Adobe flash palyer is also giving problems of not responding. I am using updated version of it already. Java is also updated.
    I already uninstalled firefox compeletly and re installed it many many times but still the same problem. I also scanned my computer with avira and malware bytes' Anti malware and got no dection. Please ractify this problem ASAP lest my profession will suffer.
    == Crash ID(s) ==
    b7f518f2-8d86-41ca-8bab-aee632100709; 1d790e10-d8eb-4904-98c9-94bc62100708; f042d319-b9f8-42ed-a8cb-57c7d2100708

    Please help.
    It is getting worse
    Adobe flash player is crashing. I already uninstalled and re installed the latest ver. Also it is hanging randomly.
    Please help.

  • On the fly modification of an updated file

    Good Day,
    I have a SharePoint library which keeps word documents (docx) in document sets. These word documents can be co-authored which means that more than one user can use Word application and work with the file at the same time. Each time user saves the file (i.e.
    using Ctrl-S shortcut) the document is updated on the SharePoint.
    1)
    Is there any way of "on the fly" modification of updated file on server side and save such an altered version of the document?
    (FYI - the file modification I'm talking about should remove all edition rights inside docx file)
    I have tried with ItemUpdating but I cant figure out how to access new version of the file (the content which actually is going to be put on the server) alter and make sure it going to be stored on the server. I can easily access current version of the file
    (which of doesn't have any modifications) - but it is not the case here - I need access to version which is going to be put on the server and alter it.
    Is it possible to do something like that?
    2)
    I also went for other possibilities (although much less convenient) and experimented with ItemUpdated event. This time I was able to access the file and the content was updated but any alterations of the content failed with the exception saying:
    {"The file "XXX" is locked for shared use by YYY."}
    Why am I getting this exception? Of course the file is locked because is it still open by user in the Word app (who actually manually triggered document save operation) and this is a normal use case here. I can get more users to open that document and let
    them edit it simultaneously and that is fine. Then, why I cannot modify the file in event receiver because of this exception?
    I hope you'll come up with some ideas.
    Thanks.

    Hi,
    We can use SystemUpdate() instead of Update()
    to update the file in Event Receiver.
    Here is a blog for your reference:
    http://www.novolocus.com/2012/07/25/sharepoint-check-out-vs-lock/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Can't download OS update file ...

    Ok ... New iPad 32GB WiFi only ... Trying to update to the newest OS and keep getting file corrupted message. Any help would be appreciated. Wifi works fine but can't seem to download the OS update file. Takes about 30 minutes or more, looks like its downloading but at the end says "file corrupt, disconnect and reconnect or try again later. Thanks everybody ...
    Dave

    Disabled the firewall, not sure if I can diable the antivirus software. Still have the same issue. Takes like 30 minutes to download the whole file, and then tells me "file is corrupt, disconnect and reconnect or try again later ...
    Thanks everybody ...
    Dave

  • How do you get the root folder to recognize updated file in nested folder?

    I believe in OS 9, a modified file nested in a folder would trigger the root folder to recognize and update to the top of the "date modified" column. As long as I've used the Mac (20 years) I've used the "date modified" to force my current client folders to the top of the column. Lately, I have many nested folders in the root client folder. When I make changes to a file in a nested folder, OS X doesn't make the root folder recognize changes within a nested folder. I realize there is not likely to be a fix for this in OS X, as Apple probably deems this behavior to be proper (I do not,) so my question would be expanded to include suggestions for third party software that may accomplish this.

    Sorry, posted that last post and ran out of time while editing it. It should read like this:
    "Yes, if you ADD a new item or folder to a folder, it updates the root folder, but if you simply MODIFY a file (like Photoshop) within a subfolder, the root folder WILL NOT update the date modified. Check it out."
    Actually, whether the directory that a file is re-saved in will be modified or not can depend on the application in question and how it saves files.
    Let's say a folder has a single file in it. The modification date of the folder will be the last time a change was made to the directory, either by adding or removing an item from it. (This can include the invisible .DS_Store file in which the Finder saves view settings for a folder, which can often be written without you're realizing it unless you have the Finder show all files like I do).
    Then, let's say you open that file, which is a stream of bytes, in an application. You make some changes which alters the representation of the stream of bytes in RAM. The application then saves the changes to the file by filling it with the stream bytes as they now are in RAM. Modifying the contents of a file in this manner does not alter the directory that it's in. The modified date of the folder should remain unchanged.
    Some applications use a different method than above to save files, however. Let's say that theoretically while the application is re-writing to the original file during a save, the power goes out and your computer shuts down. There's a good chance that the document that was being saved is now corrupt. A safer method that some applications use, is to first write out the information to a new file in the same directory as the original file, then delete the original file, and then rename the new file so that it has the same attributes as the old file. This method will, of course, modify the directory that the original file was in by adding and removing a file.
    Dual 2.7GHz PowerPC G5 w/ 2.5 GB RAM; 17" MacBook Pro w/ 2 GB RAM -   Mac OS X (10.4.8)  

  • Problem in updating files in BPM

    Hi ,
    I have a question where I need to append two files and send them as one file at the receiver by using a coorelation.
    Lets Say we have two files -File A and File B both in delete mode .Both  are required to be appended and sent as one file ,say AB on the basis of a correlation on a unique value .(e.g division number ).
    Acc to the project requirement ,After sending a file A ,If once again a new file of A (e.g A(1)) is updated before the second file B reaches the BPM ; We should append the latest file( A(1) ) with B ,and send it across the receiver .(In this case the result file should become A(1)B  ).To achive this we are using a container operation in assign mode and hoping that every new message of same type is overwritten.
    But everytime we are updating the file A it opens a new instance of BPM although the coorelation Id is same .
    When we send file B with that coorelation ID as of file A,it closes both the instances and creates two file , AB and A(1)B.
    We wish that the BPM discards the old file(A) and uses the updated file( A(1) ) in the same instance and puts it on the receiver .
    I would like to know if XI behaves in this way only or we are missing something .
    Thanks and Regards ,
    Neha.

    Hi,
    Why do you need 300 sequence files for 300 requirements??? You can keep each requirement in a seperate sequence in a single/multiple sequence files.
    With regards to reading your variables, you can read from a file through activeX or easier still, doing it through a code module (say a LabVIEW VI or CVI module).
    .......^___________________^
    ....../ '---_BOT ____________ ]
    ...../_==O;;;;;;;;_______.:/

  • How do i "Rename (or delete) cookies.sqlite (cookies.sqlite.old) and delete other present cookies files like cookies.sqlite-journal in the Firefox profile folde

    ''locking as a duplicate of https://support.mozilla.org/en-US/questions/1041857''
    i have been getting lots of pop up windows. i did delete my history, cache and cookies, i even uninstalled firefox and installed it again, but the cookies remain. i read a question on your forum and the answer was:"Rename (or delete) cookies.sqlite (cookies.sqlite.old) and delete other present cookies files like cookies.sqlite-journal in the Firefox profile folder..." but how do i do that?

    You can check for recently installed suspicious or unknown extensions.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Windows Update files: Security permissions has "unknown user"

    Ok, this is weird. I have 30 files added in a November Windows update with a compile date or add-to date of 11/21/14. If I look at one of the files. MsSpellCheckingFacility.exe.  I can see it is a legit file.
    https://www.virustotal.com/en/file/e9dcf987838e9a70fca4e1b1dda217bd1e309cd4f6bac47402120f76aac6edc7/analysis/
    However, the security permissions on the file are strange.  The user TrustedInstaller is the owner.  Now that seems to be typical when the file is a Microsoft updated file.  However, the file also has a user added that is unknown.
    user ? S-1-14-21
    Umm, why is this?  Its 30 files like this all REAL Microsoft files....all apparently part of the update.  All scanned against virustotal as being revised about that date/time.  Did Microsoft release an Update Build with files as a part
    of that build that had Microsoft users still attached to them?

    Hi!
    This machine is joined to a domain? This SID with parameter "-21-" indicates a domain. If so, it is needed to verify on local polices if any user had permission on domain workstations enforced by network Administration.
    But when researching by SID "S-1-14-21" we have no
    reference, as parameter "-14-" is not commonly used.
    From articles bellow, we can find how SID works and the well known SIDs:
    http://msdn.microsoft.com/en-us/library/dd302645.aspx
    http://technet.microsoft.com/en-us/library/dn743661.aspx
    As this is not a known SID, I suggest you to try to use the script on link bellow to determine who is the user account:
    http://blogs.technet.com/b/heyscriptingguy/archive/2004/12/03/how-can-i-determine-the-sid-for-a-user-account.aspx
    The problem can be a user account that had already deleted (this is why SID is not resolved to a name) or a problem on WMI component that is not able to resolve SID.
    If not successfull with article above, please post a screenshot on file permission in order to help you further.
    Cheers!
    Alan Martins

  • Where are the update file downloaded on Mac iTunes?

    I'd like to know where iTunes does put the iPhone update file, because I suspect the one it downloaded for version 2.0 of OS is not good as at the "verifying the iPhone software" state of the update, iTunes reported "error -6" and the iPhone passed in DFU mode.
    So I would like it to re-download it, and for that I think I need to remove the already downloaded file, no?
    EDIT: I found it. FYI, it's in ~/Library/iTunes/iPhone Software Updates/
    Message was edited by: iFrodo

    Thanks for the help! They were exactly where you said. I just navigated to the folder as you described and had to look through each one until the folder with the Reminders showed up. (Specifically, I had to go through the .caldav folder). I hope this helped the other person as well.
    By the way, do you know how to make the Reminders show up again in the completed list? I tried copying them into the real Reminders folder on my Mac, but they don't appear in the actual app. Maybe it has something to do with the fact that they were orginally deleted. But either way, I can still see the dates.
    Thanks once again.

  • Creative Cloud is stuck in "Updating File Sync ..." mode

    Okay, since last night on both of my computers (Windows 8 PC & MacBook Pro) creative cloud seems to be stuck in an Updating File Sync mode that shows like this:
    Is it normal to take so much time to actually update file sync? Or there is something wrong?
    Thank you
    Best Regards, Dobs

    Hi DobsTotev,
    Welcome to Adobe Forum,
    Please check if this helps  http://helpx.adobe.com/creative-cloud/kb/arent-my-files-syncing.html
    Regards
    Rajshree:

  • To where are Software Updater file downloaded?

    I have a software package to update on two computers. The computers are the same and I need to update software on both computers. However, where I live we pay for each megabyte downloaded so I would like to update the first computer then copy the update file to the other. Where does the Software updater store the downloaded files so I can get the file after the first computer is updated?

    Whew, took me an hour of searching Apple Downloads to +not find it+ via dial-up!
    Then via Google through 4 other sites with clues & back to Apple for 4 more 5 minute steps at pages with links loading leads me to this...
    http://www.apple.com/finalcutexpress/index.html
    The Resources link on that page leads e to...
    http://www.apple.com/finalcutstudio/download/
    Where it doesn't mention "Express", but who knows since I don't have a Serial# to sign in with!
    Back to *Software Update*, if you choose to "Download only" or possibly "Install & keep Package", the file should be at Library>Packages, but I'm not certain that some of Apple's SWUPDs allow even keeping the PKG.
    PS. Even this AD BBS is the absolute slowest loading BBS on the whole internet!

  • NAC appliance(security policy/update-files)

    Does anyone know something concerning to the following issues?
    Please teach me what I can refer to on the WEB,if possible.
    1. Is there any way to apply the policy(checking OS/AV) to the kind of client devices which CAA hadn't been installed such like guest user?
    2. Is it possible that NAC appliance does clients only "port-scanning" (not checking OS/AV)?
    3. If user-company already has their own "Anti-Virus Server" or "Windows-update Server", can CAM refer to their servers(not Cisco's policy-update-server) to get current update files?
    4. How long does it take the update-files become available via Cisco's policy-update-server after each OS/AV-vender had released them?
    Regards

    No, we should install Cisco Trust agent S/W in order to collect the information about the OS versions, AV versions etc to the Policy server. And based on the security policy of the organisation, we can communicate with the AV vendors like symmntac, Mcafee servers directly for the latest patches and updates.

Maybe you are looking for

  • Cannot find wireless printer, Deskjet 2540 after we got a new internet provider

    I  turned off the laptop, my ipad, my printer, even my router, still doesn't work. I went on the HP SCAN AND PRINT DOCTOR, it kept saying that cannot find printer.  Then I deleted the printer in my computer HARDWARE, try to search for the printer, it

  • Urgent help needed in Query Find Window

    Gurus In my custom form i have a Query Find Window with three fields. The requirement is when user selects a value ( LOV) from any of the fields the other fields in the Query Find Window should get the relative value. I can acheive this only if i set

  • Having problem installing Adobe Extension Manager 6.0.7 update. Received Error  Code  U44M1P7.Help?

    I am having a problem installing Adobe Extension Manager 6.0.7 update.  Received Error Code: U44M1P7.  Help? Thank you for your assistences.

  • Numbers in Safari Do Not Display Correctly

    Ever since I upgraded to Safari 5, numbers have not displayed properly either in Safari or with HTML email in Mail. See screenshot: All the numbers have a box and line going around and through them. This is forcing me to use Firefox -- because the pr

  • Need help, RED 2K workflow

    Been working on the CS5 trial, testing red 2K and 4K and some d7 and PII footage... running sweet.. According to these I'll stablish my post workflow PC based.. but...my delivery format apple PRORES... I'm working on the trial CS5 that's I'm not sure