Hanging job on faulty zone configuration

Hi forum,
I have scheduled a few update jobs on a system with a zone configured.
The problem was, that the zone itself was unable to boot because its root-FS was unavailable.
So the update process wasn't able to start and update the zone.
The end effect is now, that the 8 updates were applied to the base system successfully, but the update jobs at the Update-Connection website are still marked as "in progress". Although I can't reapply the jobs because they are already on the system, I'm not able to archive the running jobs.
This is just an optical issue, updates still apply perfectly well to the system.
Is there a way to send the web-site the "job successful/failed" flag for these jobs from the system?
Thanks
Mathias

The 'In Progress' updates should disappear after a while - there is a cron job run on the updates.sun.com site which takes care of this.
If the updates aren't gone in, say, a week then I'd raise a support case.

Similar Messages

  • ZONE configuration steps in solaris 10

    Hi
    Please help me to setup the zone configuration in solaris10
    Thanks
    Abi................................

    Looks like they've updated the man page for new work before it is available.
    This feature is not in any version of Solaris 10. I don't know when it is scheduled to appear. It is a portion of the project Crossbow and gives zones separate access to the IP layer (rather than only at the TCP layer).
    It is present in at least nevada build 61, so you could play with this feature in any version of Solaris Express with that build or higher.
    My guess is that this will be backported into Solaris 10, but someone on that project would likely need to talk about the timeline for that. You might ask on the project discussion board.
    http://www.opensolaris.org/jive/forum.jspa?forumID=110
    Darren

  • Trusted Network Zone Configuration Tool is not there!

    I've installed Solaris 10 x86 11/06 and Trusted Extensions, and when I open SMC and try to navigate to the "Trusted Network Zone Configuration Tool" that is supposed to be in the "Computers And Networks" section, it's just not there. Trusted Extensions are installed, I get the special Trusted dialogs during login, but this tool is missing. I've verified that all related packages were installed with Trusted Extensions. This is a stand alone machine (for development). Does anyone have suggestions as to why this tool is missing and how to get it working?

    Found the problem, I feel stupid, I was opening the non-TSOL toolbox in SMC.

  • What Is an Appropriate Hostname & DNS Zone Configuration for External DNS Setup?

    I setup servers that are hosted on a secure external data centre. The data centre has its own DNSS, so the DNS service is never setup on the server itself, and is handled by the data centre. I have already setup a handful of servers, and they all seem to be working well. Nevertheless, a couple of people in these discussions have told me, that I'm not setting the servers up 'properly' because of the way I'm naming the server - ie., they believe I'm assigning a 'wrong' hostname - and because of the way I'm setting up subdomains in the zone file. Here is how I'm currently doing it:
    CURRENT SETUP:
    The server is public, and it is also the ONLY machine publicly in the domain zone. So, if the client's domain is "example.com", there is only one machine that will respond to all services in that domain. Because of this:
    - Server Hostname: "example.com"
    - reverse DNS PTR record points to "example.com"
    -  'mail.example.com', 'www.example.com', 'ftp.example.com', etc, are all setup as A records that point to the same IP address as "example.com".
    This has been working fine so far. I have not had any problems with any service, including mail. However, a couple of people suggested that "example.com" is not a fully qualified domain name, and that this setup is therefore  'incorrect', and that it will cause me problems in the future. They suggest I should be setting these servers up like this:
    SUGGESTED SETUP:
    - Server Hostname: "server.example.com"
    - reverse DNS PTR record points to "server.example.com"
    - setup "www.example.com" as a record pointing to the same IP address as "server.example.com", but avoid setting up other subdomains unless absolutely necessary - ie., tell client to use "server.example.com" as the 'proper' address for mail/ftp/etc.
    Technically, 'net', 'company.net' and 'server.company.net' can all be fully qualified domain names, if each one of them points unequivocally to a single IP address. An domain name is not fully qualified, for instance, when it points to a subnet instead of a single IP address. Using "example.com" as a FQDN is technically correct. However, what is 'technically correct' and what Server considers acceptable are not always the same thing....
    I certainly don't want my clients to have problems in the future, and if OS X Server is going to misbehave because of the way I'm setting up my hostname and zone files, I need to know for sure NOW rather than later!

    I'm the "other people" referenced here.
    For general information on DNS, please acquire and skim a copy of Cricket Liu's DNS and BIND book.  It was on its fifth edition when last I checked.  DNS server on OS X Server is the ISC BIND server, which is discussed in that book in some detail.
    If configuring OS X Server in a data center, the OS X Server box probably does not want (nor need) to be running a local DNS server.  (Running local DNS services just means that DNS server will potentially become part of a DNS DDoS, if who can issue queries to the server isn't carefully controlled.)  Use the DC DNS server(s).
    If you want the domain itself to be used as an IP address (eg: example.com), then that's usually an A record, particularly if you're getting email via that domain (and not an MX record going elsewhere).  Some versions of OS X Server have had some issues with setting up this record within Server Admin.app and Server.app.
    The previous issues were likely due to stale DNS translations lurking within the configuration, and caching of that data up to the TTL.  (FWIW, this discussion is related to this thread and this thread.)

  • How to recover from a lost trust relationship (or zone configuration) between the linux ZCM agent to the Primary Zone server running on the same machine?

    I have tried:
    zac retr, which fails as it says there is no zone to which this agent
    is connected
    zac reg, which fails because of error 34 Invalid device authentication
    information
    zac rereg GUID, which fails because of missing zone (as zac retr)
    zac unr, which fails because of the same error.
    zac ci shows the correct certificates
    almost everything is working except registration refresh and location
    refresh.
    What to do in this situation?
    ZCM 11.2 with latest update (Monthly update 1)
    W. Prindl

    This was yesterday resolved by NTS - you see the "quick" resolution
    time of NTS if you subtract the date of the initial post from the date
    of this post - with an absolutely simple trick, which obviously nobody
    did know of. The support engineer got it from the developer team.
    There is a switch in the
    /opt/novell/zenworks/share/tomcat/webapps/zenworks-registration/WEB-INF/
    config.xml configuration file, with which you can switch authentication
    off for device registration.
    You just need to add <Authenticate>false<\Authenticate> into the only
    configuration this file contains.
    This suppresses the error 34 on device registration and the device gets
    registered correctly upon restart of the zenworks suite. After this is
    done one can change back the above mentioned file to the original state
    and restart the zenworks suite again.
    The solution was really easy to deploy - the time till this resolution
    was found was IMO too long.
    W. Prindl
    W_ Prindl wrote:
    >I have tried:
    >
    >zac retr, which fails as it says there is no zone to which this agent
    >is connected
    >
    >zac reg, which fails because of error 34 Invalid device authentication
    >information
    >
    >zac rereg GUID, which fails because of missing zone (as zac retr)
    >
    >zac unr, which fails because of the same error.
    >
    >zac ci shows the correct certificates
    >
    >almost everything is working except registration refresh and location
    >refresh.
    >
    >What to do in this situation?
    >
    >ZCM 11.2 with latest update (Monthly update 1)

  • Solaris 10 zone configuration with sysidcfg and dhcp and hostname

    Hi
    Excuse me if I look like a n00b... it's probably because I'm a n00b.
    I've been struggling in the dark for more than 2 days now and I'm wondering if I'm thinking about this all wrong...
    I have stand-alone server where I need to run zones. I want to create zones and automagically configure them at boot (read: by running a script). So here's what I need...
    A zone
    starting from unconfigured state
    whose hostname is not the same as the zone name
    using corporate DHCP to get its IP address
    with DNS config coming from the DHCP server
    registering its address the DNS
    with a preconfigured root password
    (I don't own the corporate DHCP or DNS servers, I can't put my own DHCP or DNS servers on the network.)
    I would lke to create the zone, throw some config at it, then boot the zone and walk away. I am using zones with exclusive-IP. I can construct the zones and manually configure them once they're started to have DHCP, my own name, registered IP address with DNS and everything else I have specified above. But I don't want to do it manually...
    Sysidcfg seems to do some of what I want but not entirely.
    In sysidcfg I can set the root_password, the primary interface using DHCP, DNS server. I can't set a hostname in sysidcfg AND use configure it for DHCP. So the hostname is not what I want it to be after the zone is started and ready to go. The DHCP server is providing the DNS configuration, Solaris does not seem to honour it, but i'll ignore that for the moment.
    I have tried various combinations of using sysidcfg, /etc/nodename, /etc/hostname.+interface+ and /etc/dhcp.+interface+ but I can't find any combination that actually works.
    I can write to the zonestorage/etc/nodename to set the nodename, that works. But it does not match the DHCP address, so I get prompted for a new name service because it can't find a DNS entry for the name.
    I can write to the zonestorage/etc/hostname.+interface+ and /etc/dhcp.+interface+ (to get the system to register its name with the DNS server after getting its DHCP address) but then I get a system with no root password and no DNS configuration, even though they are set in the sysidcfg file.
    I can write a script that gets part of the way using sysidcfg and /etc/... files, then boots the zone and then runs a bunch of voodoo via zlogin commands to fix all the stuff that couldn't be done 'properly', but that's not a 'boot and walk away' environment. I can write a script that uses sysidcfg and hacks around with other files in /etc (like nsswitch.conf, resolv.conf), but that just feels likes a dirty hack to fix something that wasn't done properly in the first place.
    So where am I going wrong and how do I do it right (within the constraints defined)? Why can't I configure, boot and walk away?
    Thanks

    Thanks abrante
    Thanks for your response!
    I don't think the config is messed up after the installation. I think the installation is fine, it's just not what I want :-)
    I'm trying to decouple the zonename from the system name and get DNS registrations working. After installation, a DHCP client can get its hostname from DNS but I'm trying to do it the other way around. I want the DHCP client specify its own hostname, get an address from the DHCP server and then register its hostname with DNS. If the system gets its name from DNS/DHCP then I have to configure those to provide the system name and I don't own the DHCP/DNS infrastructure. These zones are for a development/QA environment, so we create and reconfigure these frequently. Hence the need to specify the system name within the zone and register that name in the DNS.
    I have tried fiddling with the PARAM_REQUEST_LIST but it does not seem to be working as I expect. :-$ Removing 12 did not help with setting the hostname from the system. DNS does not have a registered name for this system anyway, so even if it tried to get a name for this system, it would get nothing.
    I also do want the DHCP to change the DNS server and domain name, but this does not happen even though my dhcpagent includes 6 and 15 in the PARAM_REQUEST_LIST. I still have to set them in the sysidcfg file because it is always ignored in Solaris (S10u8 with 10_Recommended 30-Jul-2010)
    As stated, I know I can hack around with the system after it has booted. But I'm trying to configure the system before it starts and let it take care of itself and not have to touch it. Frankly I'm surprised that the sysidcfg does not allow you to set a hostname name when you are using DHCP, that the default DHCP configuration does not register the system name with the DNS server, and the DNS config from the DHCP response is ignored. Even a sys-unconfiged system requires DNS configuration during initial boot, when I know that the DHCP response contains DNS information.
    FYI: Windows systems using DHCP work as expected in this respect by default, i.e. set system name, use DHCP --> system gets address from corporate DHCP, DNS settings are set from DHCP information, DNS registration is made for system name.
    I'm working around this at the moment... I call my zone by the system name I want, I hardcode the DNS settings in the sysidcfg file and I create the hostname.+nic+ and dhcp.+nic+ files in the zone storage to get the system to register its name with DNS, them boot.
    Edited by: cydonian on Aug 19, 2010 7:45 PM

  • Internal Zone Configuration

    After installing a zone for the first time on a baseline system, I run the 'zlogin -C my-zone' command. I get the typical '[Connected to zone 'my-zone' console]' response, but when I boot the zone using the 'zoneadm -z my-zone boot' command, I do not get the system config questions such as Language, Hostname, Nameservers, etc. I am able to login as root without a password. I tried configuring and installing the same exact zone on a full system install, and I do get the questions on first boot.
    What packages are needed to have the questions appear on first boot? The baseline system I'm having problems with is a default CORE install with the following additions:
    Core software for resource pools
    CPU Performance Counter driver and utilities
    Freeware Compression Utilities
    GNU Bourne-Again shell (bash)
    Install Software
    Interprocess Communications
    Network Security Services
    Network Security Services(64 bit)............................
    Network Time Protocol
    On-Line Manual Pages
    Perl 5
    Secure Shell
    Solaris Zones
    tcpd - access control facility for internet services
    J2sdk 32 and 64 bit runtime
    Live Upgrade Software
    The XML library
    X Window System Runtime Environment
    X11 Arabic required fonts
    X11 ISO-8859-x optional fonts
    X11 ISO-8859-x required fonts
    CDE application basic runtime environment
    Motif RunTime Kit
    thanks,
    brian

    I was missing only one of the sysidtool programs, sysidpm. I installed SUNWpmu, which includes sysidpm, and I still had the problem.
    JASS 4.0.1 is in the global zone and was run before creating the zone. JASS was installed into the zone (by default), but not run. When I ran the undo on the JASS scripts in the global zone, the problem went away. Here are the basics of the hardening driver that was used:
    JASS_FILES="
    # /etc/dt/config/Xaccess
    /etc/inet/inetd.conf
    /etc/init.d/inetsvc
    /etc/init.d/nddconfig
    /etc/init.d/set-tmp-permissions
    /etc/issue
    /etc/motd
    # /etc/notrouter
    /etc/rc2.d/S00set-tmp-permissions
    /etc/rc2.d/S07set-tmp-permissions
    /etc/rc2.d/S70nddconfig
    /etc/syslog.conf
    /etc/ipf/ipf.conf
    /etc/ipf/pfil.ap
    JASS_SCRIPTS="
    disable-IIim.fin
    disable-ab2.fin
    disable-apache.fin
    disable-asppp.fin
    disable-autoinst.fin
    disable-automount.fin
    disable-dhcpd.fin
    disable-directory.fin
    disable-dmi.fin
    disable-dtlogin.fin
    disable-inetd.fin
    disable-ipv6.fin
    disable-kdc.fin
    # disable-keyboard-abort.fin
    disable-keyserv-uid-nobody.fin
    disable-ldap-client.fin
    disable-lp.fin
    disable-mipagent.fin
    disable-nfs-client.fin
    disable-nfs-server.fin
    disable-nscd.fin
    disable-nscd-caching.fin
    # disable-picld.fin
    disable-ppp.fin
    disable-preserve.fin
    disable-power-mgmt.fin
    # disable-remote-root-login.fin
    disable-rhosts.fin
    disable-rpc.fin
    disable-samba.fin
    disable-sendmail.fin
    # disable-ssh-root-login.fin
    disable-slp.fin
    disable-snmp.fin
    disable-spc.fin
    disable-syslogd-listen.fin
    disable-system-accounts.fin
    disable-uucp.fin
    disable-vold.fin
    disable-xserver-listen.fin
    disable-wbem.fin
    enable-coreadm.fin
    # enable-ftpaccess.fin
    # enable-ftp-syslog.fin
    # enable-inetd-syslog.fin
    # enable-priv-nfs-ports.fin
    # enable-process-accounting.fin
    enable-rfc1948.fin
    enable-stack-protection.fin
    enable-tcpwrappers.fin
    install-at-allow.fin
    install-ftpusers.fin
    install-loginlog.fin
    install-newaliases.fin
    install-sadmind-options.fin
    # install-security-mode.fin
    # install-shells.fin
    install-sulog.fin
    remove-unneeded-accounts.fin
    set-banner-dtlogin.fin
    set-banner-ftpd.fin
    set-banner-sendmail.fin
    set-banner-sshd.fin
    set-banner-telnetd.fin
    set-ftpd-umask.fin
    set-login-retries.fin
    set-power-restrictions.fin
    set-root-group.fin
    set-rmmount-nosuid.fin
    set-sys-suspend-restrictions.fin
    set-system-umask.fin
    set-tmpfs-limit.fin
    set-user-password-reqs.fin
    set-user-umask.fin
    update-at-deny.fin
    update-cron-allow.fin
    update-cron-deny.fin
    update-cron-log-size.fin
    update-inetd-conf.fin
    # enable-bsm.fin
    install-md5.fin
    install-fix-modes.fin
    # install-strong-permissions.fin

  • Time Zone Configuration

    Hi,
    My client wants to configure their Cloud for Travel and Expense in a Time Zone that is UTC Coordinated Universal Time without DST, is this possible?
    Regards,
    Joey

    Hi Joey,
    I believe you are aware of Fine tune activity "Set Time zones".If you are using this activity,kindly let us know what is the issue that you are facing with setting the time zones for your tenant.
    Thanks & Regards,
    Manasa

  • How i configurin​g a waveform graph for that in the Time (X-axis) appear the time zone configured for the computer?

    CORDIAL SALUDO,
    ESTOY ADQUIRIENDO SEÑALES DE TENSION Y DE CORRIENTE DE UN SISTEMA FOTOVOLTAICO Y NECESITO GRAFICAR DICHAS SEÑALES CONTRA EL TIEMPO LOCAL DE MI COMPUTADOR EN EL EJE DE LAS "X" , PARA LA CUAL SELECCIONO EL MENU PROPERTIES DE LOS WAVEFORM GRAPHS, LUEGO SELECCIONO FORMAT AND PRECISION Y LUEGO EN EL EJE DE LAS X SELECCIONO ABSOLUTE TIME, PERO EL PROBLEMA ES QUE CUANDO HAGO LA ADQUISICION ESE TIEMPO EN EL EJE DE LAS X NO ES EL TIEMPO VERDADERO CONFIGURADO EN MI COMPUTADOR. ¿ COMO CONFIGURO LOS GRAPHS PARA QUE EL ABSOLUTE TIME EN EL EJE DE LAS X SEA EL MISMO DE LA HORA LOCAL CONFIGURADA EN MI COMPUTADOR??.
    GRACIAS!

    Hola Andres.
    Basicamente, hay 2 maneras de hacer lo que tu quieres
    La mas sencilla ( mira el doc asociado) es construirte una waveform con t0 como hora del pc y dt el adecuado a la velocidad de adquisicion de datos. No olvides desmarcar en el grafico la opcion "ignore timestamp" para que te presente la hora por defecto.
    Tambien puedes usar la opcion de tiempo absoluto, en cuyo caso tienes que cablear el t0 convertido a DBL a un property node del eje x "Offset" y el dt a "increment"
    Espero que te sirva. Si tienes dudas, pon tu vi aqui y le echare una ojeada.
    Saludos
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    hora_pc.doc ‏63 KB

  • Runinstaller (oracle database) hangs the zone and global zone

    We have recently installed a Solaris 10 (Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC) on the SPARC T4 and create two zones out of it.
    We tried to install oracle database on the zone by running the installer (tried xclock and it works very well so display is not a problem).
    Not only the zone was hang the entire Global zone SPARC server was hang and the only way to bring the system back is to power on and off it.
    -bash-3.2$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 180 MB.   Actual 16058 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 16384 MB    Passed
    Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-06-18_04-26-04PM. Please wait ...-bash-3.2$ Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
    [when system hang]
    any ideas?

    Hi,
    Please can you confirm, is it a standalone DB that you are trying to install..
    If yes, What is the DB version?
    The error message is simply unable to obtain the xfont. This link might help you:
    http://answers.yahoo.com/question/index?qid=1006042535728
    Please also refer note:
    Error during Installation of Weblogic Server: Warning: Cannot Convert String "-Monotype-Arial-Regular-R-Normal--*-140-*-*-P-*-Iso8859-1" To Type FontStruct [ID 1361691.1]
    Regards,

  • How to configure Oracle database in a failover zone cluster

    Setup: Oracle database and zone configured on highly available local filesystems.
    Two node cluster.
    Oracle database running inside the zone.
    Note: I dont have a zone cluster.
    1. I need to make the zone and the oracle database highly available.
    2. Can I configure the Oracle Data service directly to run in the zone or will it involve creating sczsh_config script to do the same.
    I have been going through the guides and searching over the net, but haven't found any help so far. Its so much simpler to configure this environment in Veritas cluster. Hope I find some help here.
    TIA,
    Sudhir

    The Oracle Solaris Cluster concepts guide has some information on which zone model to choose:
    http://docs.oracle.com/cd/E18728_01/html/821-2682/gcbkf.html#scrolltoc
    When managing a Solaris zone with the HA Zones agent, the cluster basically regards the non-global zone as a blackbox.
    As such you can either start the Oracle database as part of the runlevel/SMF startup of the non-global zone, or you can use the sczsh or sczsmf component and use your own scripts to start, probe and stop the Oracle database.
    Usage of the standard HA Oracle data service is not supported in combination with the HA Zones agent.
    If you require a more fine grained control of services running in non-global zones, why not setup a zone cluster and then having HA Oracle failover the Oracle database between non-global zones?
    Regards
    Thorsten

  • Installation hangs at 'Calendar Server Configuration Assistant'

    Hi,
    I'm installing the OCS Release 2 Middle Tier component on a Red Hat Linux AS2.1 server. The 9iAS Infrastructure is also on this server while the Information Store is located on a separate Linux server.
    The installation of the Middle Tier is hanging at the 'Calendar Group Configuration Assistant' - the last entry in the installation log is as follows:
    ===*** Start of install log snippet ***===
    Configuration assistant "Calendar Group Configuration Assistant" succeeded
    Result code for launching of configuration assistant is: 0
    Launched configuration assistant 'Calendar Server Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: '/opt/oracle/jre/1.3.1/bin/java -classpath /opt/oracle/OraOCS/ocal/ca/ocalconfig.jar:/opt/oracle/OraOCS/jlib/ojmisc.jar oracle.calendar.server.configuration.OCalConfig -path /opt/oracle/OraOCS/ocal -nodeid 1 -portEng 5730 -portSNC 5731 -portCSM 5734 -epw -DSDS OID -portDAS 5732 -DSmgrdn cn=orcladmin -emgrp -mnme -ePIM -eimt -eclient -tzkey GMT0BST'
    Start output from spawned process:
    ===*** End of install log snippet ***===
    This has happened twice now! Does anyone have any clues as to how to get beyond this point in the installation?
    Many thanks,
    Neil W. Garside

    Hey I got this, are a few bugs around this, one you unix username and group name have to be under 8 characters, secondly if your host name of you LDAP server is over 24 Character long it wont like it. If u edit your unison.ini and put in the IP address instead of the host name under the [LDAP] section. Oh and remember to set LD_LIBRARY_PATHS before running unistart and include the $ORACLE_HOME/ocal/bin as well.

  • RunInstaller hangs on Oracle Database Configuration Assistant

    Hi all,
    Since 3 hours, the runInstaller seems to hang on the Oracle Database Configuration Assistant. Even though i click on stop, it still continue...
    How can i know if it does anything ? Must i kill the process and run again the runInstaller at the beginning ?
    Thanks for help!

    Now i come through the step :
    - Oracle net Configuartion Assistant OK
    - Oracle Database configuration Assistant failed with no reason
    - Agent Configuration Assistant OK
    - Starting httpServer failed with
    Syntax error on line 92 of /db1/app/oracle/product/9.2.0/sqlplus/admin/isqlplus.conf:
    FastCgiServer: redefinition of a previously defined FastCGI server "/db1/app/oracle/product/9.2.0/bin/isqlplus"
    /db1/app/oracle/product/9.2.0/Apache/Apache/bin/apachectl start: httpd could not be started
    I'd like to know what to do to re-install the Oracle Database configuration Assistant ?
    Thanks for help

  • Configuration Guide Job Scheduling Management with SAP Solution Manager

    Dear Gurus
    Could you please help me with the configuration guide of the Job Scheduling Management with SAP Solution Manager
    Best Regards

    Hello Luis,
    the configuration activities can be accessed via the "Implementatiopn Guide" by calling transaction SPRO in your SAP Solution Manager system.
    In SPRO navigate to -> SAP Solution Manager -> Scenario-Specific Settings -> Job Scheduling Management -> Standard Configuration and execute the following two activities.
    1. Activate Solution Manager Services
    2. Set Up Work Center for Job Scheduling Management
    Make sure that your user has role SAP_SM_SCHEDULER_EXE (or_ADMIN) assigned.
    Afterwards you should be able to access the Job Management Work Center and to create Job Documentation or to import Jobs from a Managed System into new Job Documentations.
    The following SAP notes might be usefuly as well:
    1054005  - FAQ on Job Scheduling Management
    1117355  - Work Center roles
    Kind regards,
    Martin
    http://service.sap.com/jsm

  • 7.01 ABAP Server Installation hanging at 'Configure login information..'

    Hello,
    I have installed the 7.01 Java engine first and then started with the ABAP engine. The ABAP installation process keeps hanging with the following data:
    Configuring login information....
    database NSP created successfully Fr, Dec 11, 2008 at 19:16:56
    64%
    Did anybody encounter a similiar problem?
    Thanks and regards,
    ulli

    Hello Ulli,
    could you solve this problem? Unfortunately, I encountered the same
    Kind regards,
    Lars

Maybe you are looking for

  • Data migration from Oracle to MS SQL using SSIS

    Hi friends, I know this question must have been asked by many who are beginners to SSIS like me about migrating data from oracle database to sql server database but i still would like to raise this query again. I have table called tbl_employee_oracle

  • Installing snow leopard on 10.5.8 Leopard G5

    Is there a way to install snow leopard 10.6.3 on an iMAC G5 with 10.5.8 Leopard?

  • Flash player problem in New chrome

    Hey Guys.I created Flash Advertisement for client's Car leasing Site. But that doesn't work in some new chrome browsers.Mostly in linux.But it works nicely with firefox & IE.Any suggestions.I used flash 8 for create it.I need flash experts.

  • Can you have more than one mortgage broker?

    just curious to know if you can have more than one, or is that a no-no? Also, how many pulls on cr before store takes a hit? and how long is to long to get an answer back after docs have been given? And if anyone knows of some good ones in Tn...Thank

  • HT2534 When I try to download a free app I do not get the option of "none" for credit cards

    I am setting a new Iphone 5c (company issued) I am going the setup and trying to download a free company app. All the instructions I have say to select "none" in the credit card section of the billing info. However, "none" is not showing up as an opt