Logging into remote server - how?

I have Visual Studio installed, along with all the BOE stuff on a virtual machine. I can log into the BOE server successfully in this setup. But now, I need to log into a remote server for more testing. For the life of me, I can't figure out how to do this. This is the code for logging in on the same box
EnterpriseSession = SessionMgr.Logon(boUser.UserName, boUser.Password, boUser.CmsName, boUser.CmsAuthType);
EnterpriseService = EnterpriseSession.GetService("InfoStore");
_infoStore = new InfoStore(EnterpriseService);
_infoStore = (InfoStore)EnterpriseService;
Where do I specify the server I want to log into?
Thanks
James

Hi Adam,
That doesn't work. The remote server has an address of 10.1.2.12, with the server name of BOEDIS01. When I try to log in with the following:
var boUser = new BusinessObjectUser()
       UserName = username,
       Password = password,
       CmsName = "BOEDIS01",
       CmsAuthType = "secEnterprise"
public void LoginUser(BusinessObjectUser boUser)
   EnterpriseSession = SessionMgr.Logon(boUser.UserName, boUser.Password, boUser.CmsName, boUser.CmsAuthType);
   EnterpriseService = EnterpriseSession.GetService("InfoStore");
   _infoStore = new InfoStore(EnterpriseService);
   _infoStore = (InfoStore)EnterpriseService;
   IsLoggedIn = true;
I get the following error:
Unable to log on: Could not connect to server BOEDIS01.  Please check that the server name is correct, and that the server is running.
Shouldn't there be an option for designating the location of the server?
Thanks
James

Similar Messages

  • I have a macbook pro can can log into a server, but my new iMac with lion can't even see the server--both are over wifi- how do i get the new iMac to see the server?

    i have a macbook pro can can log into a server, but my new iMac with lion can't even see the server--both are over wifi- how do i get the new iMac to see the server?

    Without knowing what you have tried please open System Preferences - Sharing - File Sharing and select File Sharing. If you still have trouble you can call AppleCare in the morning when they re-open. You have 90 days of telephone support if you haven't already bought AppleCare.

  • Blue screen when logging into windows server 2008 r2

    when logging into windows server 2008 r2, all I have is a blue screen and the mouse. 
    I tried looking for solutions on the internet, then I found a microsoft hotfix "http://support.microsoft.com/kb/2590550" I run the hotfix in command line but it gave me nothing, no error or success messages.
    I tried to reboot but I still have the same problem. 
    Is there any solution to this problem ?? 

    Hi,
    Thank you for posting in Windows Server Forum.
    Did you face this issue during remote session or console session?
    In addition, have you try to change or install any driver\software which cause this problem?
    Have you use any debugging tools from Microsoft to find respective error cause?
    You can refer following article for memory dump.
    How to read the small memory dump file that is created by Windows if a crash occurs
    http://support.microsoft.com/kb/315263/en-us
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Users cannot log into Remote Desktop after 3/11/2015 update!

    I have a simple network where users can log into a Windows SBS 2008 server with Remote Desktop to access various applications.  This worked quite smoothly until this morning, after the updates of last evening. (3/11/2015)
    When users tried to log into the Remote Desktop this morning their credentials were rejected, as if their username and/or password were incorrect.  Even I (as the administrator) could not log in remotely.  Finally I connected a monitor and keyboard
    directly to the server and was able to log in without an issue.  After logging in directly I was able to connect through remote desktop.
    This method worked for my other users as well - after I logged them in directly they were able to use remote desktop no problem.
    The trouble is that I have a couple dozen users, and this is an issue that should not be occurring.  What happened in the last update to cause remote desktop to reject users credentials?  Why does it only work after the user logs in directly? 
    And most importantly, how do I fix this?
    A few notes:
    Simply browsing for files on the server also asks for the user's name and password, and this works as well.  This is only a remote desktop issue.
    I have already checked to make sure the domain was correct.  It was.
    I have already checked to make sure the usernames and passwords were correct.  They were.
    I have already checked to make sure this was not a unique issue for a single (or limited number) of users.  This issue effected
    all users all the network.
    Thank you very much for your help,
    Dustin

    I'm curious here...  If the server is rebooted, does it put the RDS users back into a "credentials failed" situation?  If so, could you please have them log in with credentials:
    domain.local\username    (I suspect they may be currently using domain\username)
    and see if that fixes the RDS problem without having to first log into the server directly.
     The ".local" may be ".lan" or ".somethingelse" depending on how you initially configured your domain, but the default for SBS 2008 is ".local"
    Merv Porter
    =========================
    That's a good question - the server will auto-reboot this evening and I'll test again in the morning. 
    You are correct that we've been using domain\username.  I tried domain.local\username (which is the way we've set up), and that did not work either.
    I'll let you know how things turn out tomorrow morning.  I don't want to mess with my users anymore today. :P
    Dustin

  • Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to.

    Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to. 
    I'm NOT in any way a Terminal Services expert and I need help trying to get an application program working in a multi-user environment.
    The issue is that the printer changes for every user that is logged in. The application needs to print NOT to the default printer, but to a "special" printer which is selected in the application... let's call it a label printer to simplify the explanation.
    You have your default regular printer, easy for the application to find that one, and then you have a special printer that labels get printed onto. The application needs to know what printer is the label printer. So we allow the user to select that in the
    application and the selection is stored in a config file in 
    C:\ProgramData\mfgr\prog\setting files
    I don't have access to the application so I can't change how this works.  
    In the "regular" world, selecting the label printer driver to use should be per machine, NOT per user. When a new user logs into a machine, the physical printer doesn't go "poof" and a new printer suddenly appear. Same printer for all
    users.
    Yet in terminal services, the physical machine is "merged" with the virtual machine on the server. And there can be many users logged in at the same time. So each users real machine (and real printer) is injected into the "fake" terminal
    services machine. The name of the printers is made unique for each user. So the printers DO go "poof" and change names depending on the user logged into terminal services.
    So user "A" logs in and sets up the application to print to "LabelPrinterForUserA" (or whatever the name of the printer happens to be), that setting is stored in the ProgramData subfolder, and all is well. Later, user "B" logs
    in, and when they print, the application tries to print to "LabelPrinterForUserA" which doesn't exist for user B or is only accessible by user A. If user B re-configures, that breaks it for user A. 
    SOLUTION 1: The way that /should/ work (in my mind) is that you define one "generic" printer in Terminal Services... call it "Virtual Label printer" and when the user wants to print to it, the print job gets re-directed back to whatever
    physical printer is actually connected to their local workstation. There is a map of virtual printer to actual printer depending on the current user. The application is told once to print to "Virtual Label Printer" for all users.
    SOLUTION 2: Or... there should be some way to make the ProgramData sub folders separate per user. E.g. when user "A" tries to access:
    C:\ProgramData\mfgr\prog\setting files
    they actually get 
    C:\UserData\UserA\AppData\mfgr\prog\setting files
    and user "B" gets
    C:\UserData\UserB\AppData\mfgr\prog\setting files
    So the question I have is: Does either of those solutions exist hidden somewhere in the setup of terminal server? Or is there another way around this issue that I don't know?

    I don't really have a "for sure" answer to this, but because people here can't seem to deal with a question that hasn't been answered I'll provide the best answer I did receive from ServerFault.com user Nathan:
    I can feel your pain with using old software on terminal servers ...the solution I've come up with definitely won't scale as it requires some manual configuration, but I've gotten this method to work with our label printers (which require to be
    printed to an LPT port...yep, that old).
    Share your USB-connected printers to the network on each machine. Then, have the user log in on aunique session for each of them
    (a TS account cannot be shared among computers for this to work) and install a network printer pointing to the USB one they shared. Try to use a DNS name to account for possible DHCP movements.
    After, it should work. Each user can do this since display names can be identical as long as the ports are different (which they are).
    This was clarified by the following series of comments:
    I think you are on to something here, and I originally advised the admin to do this. The problem he ran into is that it setup the printer names in the TS as "printer on usersworkstation"
    and he could not rename it except to change the "printer" to whatever. E.g. the "on userworkstation" remained. I believe there is another way of installing the printer which avoids this, but I can't find it. Ages ago, one used to do NET
    USE LPT2 \\computer\printer password /USER:domain\user /PERSISTENT:YES and then tell the driver to print to LPT2 –  James
    Newton Mar
    17 at 16:21   
    @JamesNewton That's actually the exact method we used. The way around the "network printer" part is to install it as local printer and map it to a TCP/IP port that way. –  Nathan
    C Mar
    17 at 16:28
    You mean in the case where the printers are TCP/IP connected and not local USB / LPT to the users workstation? That makes sense. Wonder if this will work for USB connected printers... –  James
    NewtonMar
    17 at 16:35   
    @JamesNewton You'd share the local printer on the client's PC then on the server connect via TCP/IP to it. You'd need static addresses or use DNS names if DHCP, though. –  Nathan
    C Mar
    17 at 16:51
    Ah. Yes. I see. Looks like the LPT thing should work even with a USB connected printer:superuser.com/questions/182655/… –  James
    Newton Mar
    17 at 17:09   

  • Having problem with svchost.exe/ntdll.dll errors causing GPSVC (Group Policy Client) to crash preventing users from logging into the server.

    Recently (within the past 2 weeks) I have noticed a few of our servers will have problems with the svchost.exe application causing the GPSVC (Group Policy Client) to crash. The only fix at that point is to reboot the server since the GPSVC service is tied
    to svchost.exe and therefore is protected from being manually restarted.
    I noticed the following errors when this occurs:
    Log Name:      Application
    Source:        Application Error
    Date:          7/23/2013 4:35:26 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Server1.xxx.xxx.net
    Description:
    Faulting application name: svchost.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000024
    Fault offset: 0x00000000000cd7d8
    Faulting process id: 0x46c
    Faulting application start time: 0x01ce877f9476ac07
    Faulting application path: C:\Windows\system32\svchost.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: d252d26d-f372-11e2-8ad4-005056ac00e8
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-07-23T08:35:26.000000000Z" />
        <EventRecordID>158950</EventRecordID>
        <Channel>Application</Channel>
        <Computer>AAW19XM2.agency.nwie.net</Computer>
        <Security />
      </System>
      <EventData>
        <Data>svchost.exe</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bc3c1</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17725</Data>
        <Data>4ec4aa8e</Data>
        <Data>c0000024</Data>
        <Data>00000000000cd7d8</Data>
        <Data>46c</Data>
        <Data>01ce877f9476ac07</Data>
        <Data>C:\Windows\system32\svchost.exe</Data>
        <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
        <Data>d252d26d-f372-11e2-8ad4-005056ac00e8</Data>
      </EventData>
    </Event>
    All of our servers are running Server 2008 R2 Enterprise where we use Citrix to deliver desktop sessions to our users, but some are virtual and some are physical. This seemingly impacts our virtual machines more, and our VMs are hosted through VMWare, however,
    about 5 months ago a similar error fired on a non-virtual machine:
    Log Name:      Application
    Source:        Application Error
    Date:          2/27/2013 6:57:58 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      AAW29033
    Description:
    Faulting application name: svchost.exe_gpsvc, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000024
    Fault offset: 0x00000000000cd7d8
    Faulting process id: 0x6c0
    Faulting application start time: 0x01ce14e1af313fd9
    Faulting application path: C:\Windows\system32\svchost.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: ed3d01c4-80d4-11e2-9128-b499baa9e5e8
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-02-27T11:57:58.000000000Z" />
        <EventRecordID>286291</EventRecordID>
        <Channel>Application</Channel>
        <Computer>AAW29033</Computer>
        <Security />
      </System>
      <EventData>
        <Data>svchost.exe_gpsvc</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bc3c1</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17725</Data>
        <Data>4ec4aa8e</Data>
        <Data>c0000024</Data>
        <Data>00000000000cd7d8</Data>
        <Data>6c0</Data>
        <Data>01ce14e1af313fd9</Data>
        <Data>C:\Windows\system32\svchost.exe</Data>
        <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
        <Data>ed3d01c4-80d4-11e2-9128-b499baa9e5e8</Data>
      </EventData>
    </Event>
    I've searched and cannot seem to find any information as to what may be causing this, or even really where to start. Would someone be able to help me identify what might be causing this event, specific with the Exception code: 0xc0000024, which causes
    the Group Policy Client service to stop?

    You still out there looking at things? If so I have an update. The issue hasn't stopped, even though it did seemingly die down for awhile, however, it is now back with a vengeance.
    I am able to force it to happen by killing the svchost process that is hosting GPSVC. If I run gpupdate /force, then logout/login it does get GPSVC running again. Furthermore, if I simply start svchost again via the Task Manager GPSVC starts running again.
    When I access the server remotely with KVM it acts just like it does as if I'm logging into it via Citrix/RDP which for Admin IDs gives an error saying "Failed to connect to a windows service. Windows could not connect to the Group Policy Client service...",
    however, normal user accounts just get a message when logging into the server "The Group Policy Client Service Failed the Logon. Access is denied."
    I haven't opened a case with Microsoft yet, but we about ready to because of the increase in these errors.
    If you have any further suggestions that would be great, otherwise I'll provide an update once I get word back from Microsoft.
    **EDIT -- apparently I mistook the the server's SCM's actions as my own. I was able to successfully crash the GPSVC service by killing the hosting svchost process, however, after I crashed it and let it sit crashed for awhile when I attempted
    to restart either by starting a svchost task, or running gpupdate /force it failed. Either that, or there is a timing issue where if we don't restart the svchost process, or run gpupdate /force quickly enough it won't be able to recover without a reboot.

  • Logging into 'Other' (Server) login doesn't show though bind does

    Working on an OS 10.5.6 Advanced server that was set and users were only using AFP, but no DNS and Open Directory. So carefully went through and set these up.The standard testing 'checkhost' and all, shows DNS is working correctly. Client computers had the DNS pointer changed and went through Dirctory Utility and did the binding. Server indicates these computers are bound. One of four client computers works as expected, "Other" shows as a login choice and can log into the server. All the different client accounts work throught this station. Three computers show as Bind being setup, but the "Other" login simply doesn't appear. All but one are running 10.5.6, with one computer running 10.4.11. All three computers that show as bound, can sign in via Go > to the AFP share(s) just fine, only the server/network login doesn't appear. Have checked everything we can think of and need further suggestions on how to resolve this issue? - Lewis

    LDAP is indeed listed and home folders have been created in an Auto-Mount directory. Everything appears just like the computers on this network that are binding OK and show an "Other" login. Now I have noticed one thing... every so often when I open Directory Utility - it shows the staus as "nonresponding" with a red dot. If I hit "Connect" it changes to a green OK dot, but upon logout/login the "Other" is still not a choice. Ran Disk Repair, Repair Permissions, re-ran the combo updater of the current system - 10.5.6. Ran the unbind on the computer and removed computer from Workgroup manager... still no joy. Just do not see a way to get a reliable Bind and network login? Bind seems to be happening... but "Other" as a network login just doesn't show.

  • Is there an application to monitor users who log into Windows Server 2012 R2?

    I'm looking at Family Safety Feature in Windows 8 and like what they can do.  I have a request to monitor, track users who log into Windows Server 2012 R2 to see how many users login, how long each login is for each user so a monthly report can be generated.  
    1.  I just wonder if Windows Essential 2012 can be used for this purpose or not.  If it can, is Windows Essential 2012 a feature can be added or installed on Windows Server 2012 R2?
    2.  If Window Essential 2012 cannot be used for this purpose, is there any feature in Windows Server 2012 R2 that can be used for this purpose?
    3.  Is there any other suggestions?
    Thank you for your help.
    Thanks and Regards,
    Hien Phan

    Hi Hien,
    Anything updates?
    It seems that there is no feature can do that. I agree with Tim that you can check the event logs. In general, the event 4624 would be created when a user was logged on, and the event 4634 would be created when a user account was logged
    off.
    More information:
    Tracking User Logon Activity Using Logon Events
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • When logged into Aruba Central, how do I search IAPs with a particular label?

    Q: When logged into Aruba Central, how do I search IAPs with a particular label?
    A: This is a very common request from many of the Aruba Central customers. For example, an administrator wants to quickly look at the status of all IAPs serving the guests in the campus? Or If he wants to immediately track down the IAPs only in the warehouse.
    In such cases, this feature would be really handy and helps us to give immediate glance of the required IAPs.
    How does this work ?  
    For Aruba Central, to help in such cases, one needs to first assign the access points with appropriate labels.  As we discussed above, all IAPs in the warehouse, can be labeled with a label string as  "warehouse". Similarly, an IAP in the guest lobby, can be labeled with a "lobby IAP" label.
    Aruba Central would then group these IAPs in the backend and index the seacrh, to be ready to pull up the list when you search with a particular label.
    Now, here is how you search the list of IAPs with a particular label:
    1. On the Central web interface, next to search text box, is the "Filter" icon.
    2. Click on the "Filter" icon and it would list out all the labels that has been assigned across devices.
    3. Select the label you need to search for and click on search.

    CarterFamily,
    Essentially, unless something odd is going on, the issue might be an incorrect Registry key entry.  If that is the underlying cause of the problem, then correcting the Registry should allow you to recover your profile.
    You might try the the following fix.
    Find, Open, and follow the procedure in the file named:  Temporary Profile Error
    Kind Regards,
    Dragon-Fur

  • Exceptions thrown when news items are viewed without logging into Personalisation server

    Hi all
    I am currently getting some exceptins thrown each time I view any news items without
    logging into personalisation server.
    It is a warning but exceptions are being thrown
    Here are the errors in the attached file
    Any help would be appreciated
    Bola
    [errors.txt]

    Bola,
    This is a benign warning message, but indeed a bug. It is currently being tracked
    as CR059395 internally. It did not make it into the upcoming 3.5 sp2. If this
    problem is causing you trouble, you may wish to request a patch through your Support
    channel.
    Cheers,
    PJL
    "Bola Taylor" <[email protected]> wrote:
    >
    >
    >
    Hi all
    I am currently getting some exceptins thrown each time I view any news
    items without
    logging into personalisation server.
    It is a warning but exceptions are being thrown
    Here are the errors in the attached file
    Any help would be appreciated
    Bola

  • Did a recent up date to Firefox and now I have a pop up tab to log into Google. How do I turn it off?

    Did a recent up date to Firefox and now I have a pop up tab to log into Google. How do I turn it off? Thanks.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I keep getting a message that I have logged into the server maximum times or server has timed out

    I had an upgrade to my system and it changed my logging into the server to every 10 minutes. Can you reset it on your end so I can use my email again. We fixed the logging into the server so that will not happen again. I cannot send or receive emails on Thunderbird and I also get a connection to server has timed out when I try to send an email. Thanks

    Update your Firefox to latest version
    *www.Mozilla.org
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Logging into Remote Desktop

    I keep trying to log into remote desktop from my computer. The credentials are correct and work from other computers but every time I try to log in they say access denied. 

    Hi,
    I agree with that you may use the incorrect user account or format.
    You can try the following format.
    RemoteComputerName\UserAccount
    Or
    Domain\UserAccount
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Logging into Leopard Server

    I am new to the OS X Server world. I created user accounts on a Leopard Server (Mac Pro) through open directory. I attempted to log into the server from a workstation through "other". For some reason the account cannot be accessed. I can see the accounts that I created on the server by using the Directory utility. Where am I going wrong? This is a test network to familiarize myself with the envrironment

    Once you have those Accounts set up in an LDAP directory on the Server, you need to tell your Workstation to look there. You do this on each WorkStation with "Directory Access" utility.
    It opens with three panes: Services | Authentication | Contacts
    In the services pane, you select the protocols which should be included for locating Services. Select LDAPv3 and click ( Configure ). If you are not supplying the LDAPv3 Server address using DHCP, you need to uncheck that box and provide an entry with its Fully Qualified Domain Name or IP Address and select the "From Server" option. \[If you have not yet set up a small Domain Name Server DNS, you are making a mistake -- you cannot get around having a local DNS.]
    On the Authentication pane, you need to Add the LDAPv3 reference you just created to the Authentication list. Save changes and exit.
    After you log out, the Workstation should show some or all of the Server Accounts as accounts you can use to log in.
    Server Admin 10.4 Help: Configuring Access to an LDAP Directory
    Message was edited by: Grant Bennet-Alder

  • Finalcutserver will only generate proxies when admin is logged in to server - how do I solve that?

    Finalcutserver will only generate proxies when admin is logged in to server - how do I solve that?

    Proxies and media are placed on mounted san volume and with correct rights.
    I can duplicate an asset, but no transcoding are taking place -  when admin is logged out. As soon as admin logs in transcoding are working again.
    I really don't know what to look for, any good idea's?

Maybe you are looking for

  • Album list order in iTunes

    Awhile ago (circa 2007) there was an upgrade to iTunes that reordered the "Album" list from numeric/alpha listing to a alpha/numeric list. For examples, albums used to be listed starting with those titles with numbers - "1", "5150", "90125", etc. - a

  • Using ssh as an http proxy on Arch [SOLVED]

    I read this article and would like to use a friend's debian box as a www proxy.  I ssh'ed into it using the following command from my Arch box: $ ssh user@ip -D 8000 As I understand it, his box is now acting as a SOCKS-type (pseudo)server.  I configu

  • Encode an mp3 from a flac file

    i like flac...but mp3 seems to be the most commonly used format (ogg is a closing second) all the songs on my system are in flac (thanks to the recomendation of a fellow archlinux user from #archlinux) now to make an mp3 from those files :: ahem :: f

  • Use of valueset

    hi how to use valuseset with dropdowns and can u explain use of value set. thanks kishore

  • I lost my password, and my registeres email passwo...

    Dear Helper! I lost my password and I can't log in skype. I created a new account, but now I have to log in the older account. I know my registered email, but I can't log in the email, because, I forgot its password (i wrote the email's support, but