Custom dowload manager for pacman in chroot env

Hello
As this is the place for pacman in general I post here. Feel free to move that thread if you feel it would have a more suitable place.
I'm willing to install Arch on my computer from the live disk of another distro (Tails, based on Debian). I follow these guidelines but an issue is risen because of Tor wich makes resolving DNS less straightforward. Thus I've tried to use the option XferCommand in /etc/pacman.conf in the following way:
XferCommand = /usr/bin/curl --socks5-hostname 127.0.0.1:9050 -C - -f %u > %o
but I just get errors.
# pacman -S arch-install-scripts
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
error: target not found: arch-install-scripts
# pacman -Syu
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
sh: /usr/bin/curl: No such file or directory
error: failed to update core (error invoking external downloader)
sh: /usr/bin/curl: No such file or directory
error: failed to update extra (error invoking external downloader)
sh: /usr/bin/curl: No such file or directory
error: failed to update community (error invoking external downloader)
error: failed to synchronize any databases
error: failed to init transaction (error invoking external downloader)
Would you have any idea to solve this problem? Of course I've checked that /usr/bin contains curl with this line:
XferCommand = ls /usr/bin && /usr/bin/curl --socks5-hostname 127.0.0.1:9050 -C - -f %u > %o
but it seems to be very contradictory:
# pacman -Syu
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
bsdtar curl env ex nano pacman ping vi
sh: /usr/bin/curl: No such file or directory
error: failed to update core (error invoking external downloader)
bsdtar curl env ex nano pacman ping vi
sh: /usr/bin/curl: No such file or directory
error: failed to update extra (error invoking external downloader)
bsdtar curl env ex nano pacman ping vi
sh: /usr/bin/curl: No such file or directory
error: failed to update community (error invoking external downloader)
error: failed to synchronize any databases
error: failed to init transaction (error invoking external downloader)
Last edited by Caocoa (2015-04-29 23:13:26)

Here is what I've done:
ARCHI=$(uname -m)
ARCH_MINI="$HOME/tmp_arch"
mkdir "$ARCH_MINI"
cd "$ARCH_MINI"
alias curl="torsocks curl"
curl -O http://mir.archlinux.fr/~tuxce/chroot/archlinux.chroot.$ARCHI.tgz
tar zxf archlinux.chroot.$ARCHI.tgz
cp /etc/resolv.conf "$ARCH_MINI/etc/"
mount -B /proc "$ARCH_MINI/proc"
mount -B /dev "$ARCH_MINI/dev"
mount -B /sys "$ARCH_MINI/sys"
mount -B /dev/pts "$ARCH_MINI/dev/pts"
ARCH_SYS="$ARCH_MINI/mnt"
mount /dev/sda4 "$ARCH_SYS"
mkdir -p "$ARCH_SYS"/var/{cache/pacman/pkg,lib/pacman} "$ARCH_SYS"/{dev,proc,sys,run,tmp,etc,boot,root,home}
mount -B /proc "$ARCH_SYS/proc"
mount -B /dev "$ARCH_SYS/dev"
mount -B /sys "$ARCH_SYS/sys"
lsblk
mount /dev/sda2 "$ARCH_SYS"/boot
mount /dev/sda1 "$ARCH_SYS"/efi
mount /dev/sda5 "$ARCH_SYS"/home
echo 'PS1="(installation) \w \\$ "' > "$ARCH_SYS/root/.bashrc"
chroot "$ARCH_MINI" /bin/bash
The main issue is I can't use pacman:
(Arch mini) / # pacman -Syu
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mir.archlinux.fr : Could not resolve host: mir.archlinux.fr; Unknown error
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mir.archlinux.fr : Could not resolve host: mir.archlinux.fr; Unknown error
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mir.archlinux.fr : Could not resolve host: mir.archlinux.fr; Unknown error
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
Even if I try to copy curl binary from the host to the chroot and pass it socks option (like in my first message) it says:
/usr/bin/curl: No such file or directory
By default, pacman can't resolve repo name:
(Arch mini) / # pacman -Syu
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mir.archlinux.fr : Could not resolve host: mir.archlinux.fr; Unknown error
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mir.archlinux.fr : Could not resolve host: mir.archlinux.fr; Unknown error
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mir.archlinux.fr : Could not resolve host: mir.archlinux.fr; Unknown error
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
If I want to change the adress of the repo in mirrorlist to the resolved IP address
Server = http://91.121.141.57/$repo/os/$arch
it's doesn't work either but says:
(Arch mini) / # pacman -Syu
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from 91.121.141.57 : couldn't connect to host
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from 91.121.141.57 : couldn't connect to host
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from 91.121.141.57 : couldn't connect to host
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
Last edited by Caocoa (2015-04-30 11:15:15)

Similar Messages

  • Can't Find Custom Work Manager For Resource Adapter

    I'm creating an inbound resource adapter and wish to throttle the number of connections via a custom work manager.
    If I understand the BEA docs, I can declare and define a resource adapter's work manager inside of its entry in weblogic-ra.xml .
    For example:
    <?xml version = "1.0"?>
    <weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90">
    <jndi-name>InboundRA</jndi-name>
    <!-- WM declared below -->
    <work-manager>
         <name>CustomWM</name>
         <max-threads-constraint>
    <name>maxthreads</name>
         <count>3</count>
         </max-threads-constraint>
    </work-manager>
    However, upon startup I see :
    <BEA-002919> <Unable to find a WorkManager with name CustomWM . Dispatch policy CustomWM will map to the default WorkManager for the application appsdirCustom_ear> .
    So it uses the default work manager.

    Well, I did it again. Solved my own problem two hours after I posted it. Which, I guess, is better than not solving it.
    I mistakenly thought that the <work-manager> entry in weblogic-ra.xml is a declaration. It is apparently a reference.
    I declared a WorkManager of the same name in the WLS 9 console, restarted the server, and it appears that I am now using the custom work manager.
    The max-threads constraint also works.

  • Need help for customer service management for changing ship to party addres

    Hi All,
    I Have a bapi that will be called from web application craete service notification .
    business requirement is to change the shipping parner details with addition of name that
    will be notify person.I follwed this approach.
    1.Call the BAPI BAPI_SERVNOT_CREATE to create service notification.
    2.Call the BAPI_SERVNOT_SAVE to  save.
    3.BAPI_TRANSACTION_COMMIT
    4. Called function module ADDR_GET to get the address details of the ship to party.
    5.ALL FUNCTION 'ADDR_INSERT'to insert the modified address to sam memory.
    6.CALL FUNCTION 'ADDR_NUMBER_GET' to get the address no that will create a adrnr in sap
    table adrc.
    7.Called function module PM_PARTNER_UPDATE to update parten table that is ihpa.
    8.At last called the function module CALL FUNCTION 'ADDR_MEMORY_SAVE to save the
    address.
    Now the problem is when i open the transaction IW52 to see the notification created it
    has not the changed data but has standard ship to party detail.
    but there is an entry in adrc table for address created but when i see IHPA table the
    adrnr is not assigned to the notification no.
    Information is required thanks

    Hi Venkat
    Go to <b>VA02</b>, change the ship to party as SH02 on top screen itself so that it will be defaulted for all line items.
    Now make changes for rest of the items.
    But ensure that no subsequent document (delivery) is generated for any of the line items for which you are trying to change which is NOT possible.
    Thanks
    G. Lakshmipathi

  • How to use a custom Persistence Manager

    I'm experimenting with implementing a custom Persistence Manager for CRX/CQ5. How the underlying implementation works is not important, the issue I'm having seems instead to be related to classloading or OSGi inside CQ5.
    I've implemented a custom Persistence Manager (implements org.apache.jackrabbit.core.persistence.PersistenceManager) and a custom FileSystem (implements org.apache.jackrabbit.core.fs.FileSystem).
    I've verified that both implementations function correctly with plain Apache Jackrabbit (version 2.4.0, the same version used internally by CQ5.5).
    I've packaged my implementation and all its dependencies as an OSGi bundle and installed it to CQ5.5. All dependencies as resolved and the bundle status in the OSGi console is "Active".
    I then followed these instructions for configuring the CQ 5.5 repository to use my PersistenceManager and FileSystem implementations:
    http://dev.day.com/docs/en/cq/current/core/administering/persistence_managers.html#The%20T ar%20Persistence%20Manager
    The configuration seems to be read just fine but I get the following exception when restarting CQ:
    23.04.2012 09:20:23.714 *ERROR* [FelixStartLevel] com.day.crx.sling.server [com.day.crx.sling.server.impl.jmx.ManagedRepository]
    The activate method has thrown an exception (org.apache.jackrabbit.core.config.ConfigurationException:
    Configured class com.example.XXFileSystem does not implement org.apache.jackrabbit.core.fs.FileSystem. Please fix the repository configuration.) org.apache.jackrabbit.core.config.ConfigurationException: Configured class com.example.XXFileSystem does not implement org.apache.jackrabbit.core.fs.FileSystem. Please fix the repository configuration.
        at org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java:179)
        at org.apache.jackrabbit.core.config.RepositoryConfigurationParser$6.getFileSystem(RepositoryConfigurationParser.java:1077)
        at org.apache.jackrabbit.core.config.VersioningConfig.getFileSystem(VersioningConfig.java:94)
        at com.day.crx.core.CRXRepositoryImpl.createVersionManager(CRXRepositoryImpl.java:841)
        at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:305)
        at com.day.crx.core.CRXRepositoryImpl.<init>(CRXRepositoryImpl.java:283)
        at com.day.crx.core.CRXRepositoryImpl.create(CRXRepositoryImpl.java:258)
        at com.day.crx.core.CRXRepositoryImpl.create(CRXRepositoryImpl.java:243)
        at com.day.crx.sling.server.impl.jmx.ManagedRepository.activate(ManagedRepository.java:164)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:227)
        at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:38)
        at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:591)
        at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:472)
        at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:146)
        at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:226)
        at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:118)
        at org.apache.felix.scr.impl.manager.DelayedComponentManager.createRealComponent(DelayedComponentManager.java:95)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager$Registered.getService(AbstractComponentManager.java:1296)
        at org.apache.felix.scr.impl.manager.DelayedComponentManager.getService(DelayedComponentManager.java:88)
        at org.apache.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:310)
        at org.apache.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:221)
        at org.apache.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:292)
        at org.apache.felix.framework.Felix.getService(Felix.java:3010)
        at org.apache.felix.framework.BundleContextImpl.getService(BundleContextImpl.java:329)
        at org.osgi.util.tracker.ServiceTracker.addingService(ServiceTracker.java:442)
        at org.apache.aries.jmx.whiteboard.Activator$MBeanTracker.addingService(Activator.java:101)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
        at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
        at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
        at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
        at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871)
        at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733)
        at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662)
        at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3765)
        at org.apache.felix.framework.Felix.registerService(Felix.java:2877)
        at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:251)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:456)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerComponentService(AbstractComponentManager.java:508)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1157)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:334)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:158)
        at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:313)
        at org.apache.felix.scr.impl.BundleComponentActivator.loadDescriptor(BundleComponentActivator.java:241)
        at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:147)
        at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:111)
        at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:274)
        at org.apache.felix.scr.impl.Activator.bundleChanged(Activator.java:192)
        at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:807)
        at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:729)
        at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:610)
        at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:3754)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:1780)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1156)
        at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
        at java.lang.Thread.run(Thread.java:662)
    Anyone have any idea how to get past this?
    My FileSystem class most certainly does implement org.apache.jackrabbit.core.fs.FileSystem, as verified by that it works just fine with Jackrabbit.
    I've also made sure that I use the exact same jackrabbit-core jar file in my bundle that is included in the com.day.crx.sling.server bundle.

    I would do that, but none of the bundles in CQ5.5 export the jackrabbit-core interfaces, so I get an unsatisfied dependency (or whatever the OSGi term is) then.
    So that's why I tried including it in my bundle as well.
    The only place that I can see jackrabbit-core in the provided bundles is loaded internally in the Bundle Classpath of the com.day.crx.sling.server bundle.
    Should I try modifying that manifest so that it gets exported?

  • ISE Time Management for Sponsor Portal User

    Hi all,
    I'm currently using ISE version 1.2 and when I create a custom time management for each user, the rule applied to each user is only applied for a maximum 10 days eventhough I configured it for ex.30 days.
    want to check with all of you if anyone have the same issue?
    Firstly I think it's because the purge time is default set for 15 days, but even when I already changed it. The expiration time will still not get over than 10 days.
    Cheers
    Ryan

    Default Guest Time Profiles
    Time profiles provide a way to give different levels of time access to different guest accounts. Sponsors must assign a time profile to a guest when creating an account, but they cannot make changes to the time profiles. However, you can customize them and specify which time profiles can be used by particular sponsor groups. Beginning with Cisco ISE 1.2 time profiles are referred to as the account duration in the Sponsor portal.
    Cisco ISE 1.2 includes these default time profiles, which replace the profiles available previously:
    •DefaultFirstLoginEight—the account is available for 8 hours starting when the guest user first successfully connects to the Guest portal. This replaces the DefaultFirstLogin time profile.
    •DefaultEightHours—the account is available for 8 hours starting when sponsors first create the account. This replaces the DefaultOneHour time profile.
    •DefaultStartEnd—sponsors can specify dates and times on which to start and stop network access.
    If you upgrade to Cisco ISE 1.2, the older time profiles are still available, but you can delete them if you are not using them. If the older time profiles are assigned to a sponsor group, a message alerts you before deleting. If you perform a new installation of Cisco ISE 1.2, only the new time profiles display.

  • Custom Security Manager or Security Event Interception from WebLogic Console

    Hello,
    I have built my own Security Manager and implemented custom preference/property mechanism for every Principal, so when I use my Swing client to create new User and new Group, as well as addMember to a Group, I know what to do with those properies/preferences.
    Now, I want to use WebLogic Console to manage users and groups. I want to intercept events in my Security Manager about new User or Group creation or changing their memberships as Principals in order to handle their Preference/properties stuff myself...
    I wonder what should I "listen" in order to understand that someone has changed membership of Users or Groups or about creation of new User or Group?
    I use Weblogic Server 6.0 sp2
    serge

    Hi Daniel,
    > a custom security manager for the standard CM Repository
    And this dictates you indeed to use the old API, as the CMRepositoryManager itself is using the old API.
    The standard AclSecurityManager is implemented by com.sapportals.wcm.repository.manager.generic.security.AclSecurityManager. If you check out Configuration - Content Management - Repository Managers - Security Manager, you will see "ACL Security Manager" (the one from above) and "ACL Security Manager (for new Manager-API)". This is implementing / using the new API, but needs also a RM using the new API.
    > java.lang.NoSuchMethodException: MySecurityManager.<init>
    This exception only complains about a missing constructor!? Have you implemented a default constructor?!
    > If this is the case, where can I find the API for IUMPrincipal? It is not included in any provided API because of deprecation.
    The methods of the old EP5 user management are more or less similar to the new UME, so using the old deprecated API should be more or less straight forward.
    There are also transformer methods for example to transform a "new" user object to an old EP5 one, see https://forums.sdn.sap.com/thread.jspa?threadID=235656&tstart=0
    Hope it helps
    Detlev

  • Letter of credit Process in Credit management for Customer/Vendor.

    Dear Team
    I am in need of some information on Letter of credit Process in Credit management for Customer/Vendor
    If you have any information with examples on the same Pelase provide me the same.
    Thanks
    Mehda.

    dear friend,
    please look here:
    http://help.sap.com/saphelp_47x200/helpdata/EN/2a/30b746b1d511d194f300a0c9306794/frameset.htm
    good luck!

  • Help needed: Search function for custom Repository Manager

    Hi there,
    i'm writing my own Repository Manager for EP 6.0 SP2 PL4.
    I've serious problems getting the search function running. I'm using the 'new', Netweaver-based API.
    I think, there are some general questions to answer:
    - My Repository Manager exposes lots of custom 
       properties to the system. I create the properties
       for example using following code:
       IProperty newProp = new StringSingleValueProperty(
         PropertyName.getPropertyName(
                  "{}" + myAttName),
         myAttVal,                         PropertyFlags.constructFlags(
                  true, false, true, false)
        Is there any convention for the propertie's name?
        I think it has to be written in lowercase only?
        Can I use ANY namespace I want instead of the
        empty default namespace? (For example:
    - After indexing my resources (of course, containing my
       custom properties), the TREX-Monitoring screen for my
       index shows all my custom properties in the 'Document
       Properties' area, but all uppercase chars are escaped
       somewhat. Is this OK?
    - Trying to use the index above to search for particular
       resources in my repository by my custom properties
       fails all the time ('no docs found...'); searching for
       any system property works fine. What's the reason?
    - How can I force the (Property-) search uses my
       custom namespace-manager's methods
       isQueryPropertyNameUnderstood() and
       getQueryBuilder()
       to perform a 'pure' property search by the repository
       manager? It seems that the TREX always handles the
       queries by itself, because my methods are never called.
    Thanx for you help,
    Daniel

    I created a new manager and copied the classes exactly from the "simple" example and I see similar behavior. Actually, when I do this, folders are recursively copied, but not files. Again, browsing and viewing of files work fine. Again, I am not seeing any unexpected exceptions.
    The only thing that changed were the names and namespaces. Nothing else at all was changed.
    This makes me think I am missing some configuration somewhere or there is something special about the example project that the wizards are not creating. The only difference I see in the project file is an additional nature (com.tssap.selena.cmf.PatternNature), but I am not sure that is relevant.
    Wow, I am really stumped.
    -Alex

  • No customizing data found for content management profile

    Dear All,
    When we configured a business role for our call center agent, we copied existing out-of-box role and assigned to user's local own data. When the CRM Web UI was called, the window popped up fine, but there was an error message:
    No customizing data found for content management profile
    Can anybody advise why this error comes? I checked the content management profile in our system. There are 3 profiles there but I am not sure if any of them is linked to the nav bar profile we defined. Where to define it? How to remove this error message?
    Thanks in advance!
    Leon

    Hi Leon,
    To start with you need to check the details of the Business Role. Goto SPRO>CRM>Business Role-->Define Business Roles
    Select your Business Role and click on details, You can check if Role config key, Nav Bar profile, layout profile, Technical profile and PFCG Role ID is properly assigned.
    Once you assign the above profiles to business role you then assign Position like for e.g. Sales rep and Employee to the org model in PPOSA_CRM. Then select the position and goto menu bar and click on Goto>Detailed Object>Enchanced object description. Select Business role in the Infotype name and click in create infotype. Assign your business role.
    Check logging in after performing the above step. If it doesnt work assign the parameter ID - CRM_UI_FRAME and parameter value - X in the tcode SU01 for the user in CRM. Also assign SAP_ALL role just to make sure if it works.
    Hope this helps.
    Regards,
    Chandrakant

  • Bapi for customer credit management

    Dear Gurus,
    Can u tell me the bapi for FD32 .ie. customer cedit management.
    If u have any customised bapi then do send me the same.
    Points will be awarded for every try.
    Regards,
    Mohan.

    Hi,
    There is a standard function module 'CREDITLIMIT_CHANGE' which can be used to insert or update credit limits and therefore credit master data.
    Two indicators, UPD_KNKA and UPD_KNKK are available to indicate whether you want to create credit master data or update or delete existing data. UPD_KNKA is for central data and the other for credit control area data.
    There may be technical differences between BAPI and a normal function module, but for all functional purposes this FM can be used just like a BAPI.
    Cheers,
    KC
    SAP SD

  • Customizing creation iview for Repository Manager

    Hi All,
    How to customize the creation iview (NEW menu) for Custom Repository Manager?
    For example  if we try to use “New submenu” under folder option for CM repository instance “documents” manager then we have lots of option like creation of (folder,upload,textfile,htmlfile,link,external link, Form), where as if  you try to use “New “ submenu for  “ume”  instance, it has very less customized option.
    In fact how do I add the creation of some new type other that specified one in New submenu?, or remove one for my repository from the menu?
    Please help
    Regards
    Arati

    hi
    just check in this link
    see the zip file in it
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fcc4b3c7-0701-0010-55ab-86e3ec0ce275
    Download Zip file for RepositoryManager (com.sap.bc.rf.manager.ZipfileRepositoryManager.zip)

  • How to find out Max threads count for Custom Work Manager??

    Hi All,
    How to find out Max threads count for Custom Work Manager??
    I have created 1 WM & targeted it to a cluster of 2 MS. Later I created Max thread Constraint = 300 & assigned that to my WM.
    I need to check how many threads maximum were created by my WM after lets say 1 completed day.
    The idea behind that is to understand if .. 300 is enough or need to increase the same way as we do it for JDBC datasource like.. Active connections Max count.. etc.
    Any Idea?
    regards,
    Tanmay

    Hi Ashish,
    Thanks for your response.
    The monitoring page that you are suggesting does not indicate the max thread count reached for a particular WM.
    For example, If I have Sample WM with 300 Max Thread Constraint, is there a way for me to check how many threads have been used out of 300??
    Any pointers in this regard are appreciated.
    Thanks,
    Tanmay

  • How to debug a Diagnostic Data Adapter (custom data collector) for Microsoft Test Manager

    Hello,
    I have created a custom Diagnostic Data Adapter aka. custom data collector for Microsoft Test Manager (MTM) and installed it, all according to the guidelines under  Creating
    a Diagnostic Data Adapter to Collect Custom Data or Affect a Test Machine.
    I would like to debug my data collector. On which machine should I perform the debugging and to which process should I attach from Visual Studio? Are there any restrictions regarding the user who is running the debug session?
    How can I do that?
    Thank you ,
    Ana

    It seems that I found the solution, but I would like someone still to verify if it is the right one.
    Steps:
    Turn on "Microsoft Symbol Server" under In Tools-->Options-->Debugging
    Restart manually "Visual Studio Lab Agent Service" on the machine where the collector is installed (this actionautomatically restarts the  Visual Studio Test Agent ("C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\QTAgentService.exe")) 
    Load code for your collector in Visual Studio 
    Attach the Visual Studio debugger to the processes QTAgentService.exe and QTDCAgent32.exe
    Start test in MTM on client machine using test setting which trigger the data collector (diagnostic data adapter)
    and finally hit a brake point in your code...
    Thank you,
    Ana

  • Need help for Customizing Correspondence Management

    Hi,
    Could anyone provide me some documents or reference links which will be helpful for Customizing Correspondence Management in ES4?
    Many Thanks!!

    Hi Santosh,
    Sorry for the late reply.
    I have a XDP file having both static and dynamic content. I need to populate the dynamic content with some value which I will be getting from the XML which is stored in the body of the SOAP request. I want the letter to be generated dynamically (like no user selection of XML etc) because I want to avoid manual input in the correspondence management.
    Could you please let me know if the above can be achieved. If yes, could you please provide any useful stuff related to above requirement.
    Many Thanks!!!

  • Custom File Management Task for Duplicate files

    Hi
    I have ran a report on Windows server 2008R2 File and Print Server and we are wasting a lot of space on our file server due to duplicate files. I would like to run a custom file management task to move duplicate files to a different location. Do you know
    any scripts i can run in in custom file management tasks which I can use?

    Hi, 
    Please see PS script to find duplicate files in http://powershell.com/cs/blogs/tips/archive/2009/01/11/finding-and-deleting-duplicate-files.aspx
    Unfortunately we don't have any tool from MS to find duplicate files.But we have many 3rd party software, download & use it if your are interested?
    http://www.ashisoft.com/
    Regards, Ravikumar P

Maybe you are looking for

  • Asset class Reports and the G/L accounts balances are not tallying

    Hi As per the G/L account (Recon) Furniture is showing 952428.18 and the furniture asset class report is showing 916186.25. Kindly tell me how to reconcile, the way to find out the differences. With regars Siva

  • Asynchronous  IO ( need help)

    hi i got a problem in reading a file Asynchronously, my requirements are : i would like to read huge file into the buffers (say 3 here )each buffer of fixed size ,the moment the buffer gets filled with read content ,i need to update the bufferd conte

  • Sap interactive forms by adobe pdf write to server

    Hi all Could someone please tell me the options? How i can save sap interactive forms by adobe to SAP SERVER. I am using the following FM and i can save it to user PC. But i have tons of forms i want to archive on sap server location. CALL FUNCTION '

  • ScheduleLine ID in IDoc (ORDRSP.Orders05)

    Hi All, My Senario SAP-XI-flatfile. In my senario I have to create PO where i am using orders.Orders05. I have generated idoc in R3. My problem is I have a flatfile structure in that one field has the name "Po Line Request Schedule Id". I have checke

  • Bootcamp: "can't partition the disk" error but disk space is not the issue

    Hi all - I'm attempting to install Windows via the BootCamp assistant on a new 27" iMac. When trying to partition the disk with BootCamp Assistant, I get the message: "The disk cannot be partitioned because some files cannot be moved. Back up the dis