Forum login and reading

I'm using HTTPClient (not apache/jakarta one) to login to a forum in order to read a page available to members only... The login process is successful but when I instruct the program to read the desired page, I only get a 'you must be logged in' error page. What am I doing wrong?? I accepted the cookie, but should I do something with it??
I've found some similar topics, but none of them seemed to help... If you have any idea on this, please do answer me...
Here's what I've done:
===================================
URI doc_uri,form_uri;
HTTPConnection con;
try {
doc_uri = new URI("http://www.something.net/forum/");
form_uri = new URI(doc_uri,"misc.php?action=login");
con = new HTTPConnection(form_uri);
// create the NVPair's for the form data to be submitted
NVPair[] form_data =
new NVPair[] {
new NVPair("username", "somename"),
new NVPair("password", "somepass"),
new NVPair("hide", "1"),
new NVPair("secure", "yes"),
new NVPair("loginsubmit","Login")
// POST the form data, as indicated by the method attribute
System.out.println(form_uri);
HTTPResponse rsp = con.Post(form_uri.getPathAndQuery(), form_data);
} catch (ParseException ex) {
ex.printStackTrace();
}catch (ProtocolNotSuppException ex) {
ex.printStackTrace();
}catch (java.io.IOException ex) {
ex.printStackTrace();
}catch (ModuleException ex) {
ex.printStackTrace();
read();
======================================
read() opens a DataInputstream on URLConnection and does standard reading... My mistake is probably there... How should I maintain my login and read the protected page??
Thanks a million.

Additional to the above post, I can't log out either.
Both the links to 'Logout', on the top left and right apparently link to 'javascript.window.close()' which obviously just closes the browser window and leaves you with a blank browser.

Similar Messages

  • How to login to a remote (FTP??) server and read an XML file?

    Hello all,
    I would like some information on how to login to a remote server using a Java program.
    The server might be a ftp server, because the client will ftp a xml file to this server, and the java program needs to login to this server and read the xml file, then convert it into a general report with headings and data from the xml file.
    How can I quickly find the API information to login to a server and read an xml file?
    If anyone knows the packages off the top of their heads, that would save me some time surfing.
    If anyone can provide me some links, code examples, or information I'd greatly be thankful.
    sharla

    You can also just use plain java.net. It supports FTP. Example:URL u = new URL("ftp://user:passwd@server/path/to/file.xml");
    InputStream in = u.openStream();
    // do what you want ...

  • How can I login and retrieve my user file from the trash?

    I was trying to find out where all my HD had gone, which a did using ‘What Size’.
    I found what looked like an old backup file so I put the file in the trash.
    It turns out that the file was my user file. So now I can’t login to as the user.
    How can I login and retrieve my user file from the trash?

    The Digital Editions forum is here, in case this is what you are talking about:
    http://forums.adobe.com/community/adobe_digital_editions
    If you are not, I apologize for the misunderstanding.

  • Login and site in general

    I must admit that I am frustrated. This is day #2 trying to download Oracle Migration Workbench and the plug-ins for specific databases. user is tsduncan
    Started when my login was rejected by OTN as "invalid login/password". tried to add it thinking that my metalink login did not map. rejected as duplicate. so i checked the "forgot my password" link and received mail at my email address with the username and password that I had tried. tried again - no luck. Said "the heck with it" and created another login to a useless email (since my real email is in use). Go thru the whole survey process (very unweildy) and when I finally get to the point where I think I can download, there is a web error. perfect! So I hit the "Contact us" button and it effectively tells me to open a tar with support. Support tells me to that they don't support this - they do technical work. They also tell me to create a bogus account - basically, they tell me to buzz off. I look at the "Contact us" again and see that you can communicate to OTN via a forum, but you must log in! funny, I can't. that's my problem! So I use this bogus account that I created and am communicating. I find that there are plenty of entries for people having login problems and problems with downloads of omwb. what they tend to get is "works for me". Well it doesn't work for me. Want to discuss it? call me. I'll be happy to walk you thru it - heck, you have MY password - you try it.
    Like I said, I am frustrated. My user name is tsduncan. My email is [email protected] write, call, do something to help me get the "free" software that I am looking to get to progress Oracle in the shop. Anything!

    i guess the OTN feedback section is a hobby and does not have assigned staff. it really is quite frustrating to try and resolve an issue like this and be pushed off and/or ignored. i am calling it like i am seeing it.
    your system agreed that my login and password were/are correct and yet i cannot log in (along with a number of others). no mechanism to communicate would be easier to tolerate than having a mechanism and being ignored.

  • How to CORRECTLY do a form Login and get a cookie in return???

    Hi,
    I am a relatively new developer and this is actualy my first post ever. I ussually find everything i need in other posts but for some reason this time i have been miserably unsuccessful and am close to pulling my hair out.
    I am trying to login to a website using some sort of form login so that it returns a cookie that i can than use to download files or access pages.
    Now here is the actual html of the website:
    <form name="login" action="https://www.website.com.au/login/login_action.cfm" method="post">
    <div class="username">
    <input name="contact_username" type="text" size="16" maxlength="60" />
    </div>
    <div class="password">
    <input name="contact_password" type="password" size="16" maxlength="60" />
    </div>
    <div class="login">
    <img id="li" src="/corporate/images/login_up.gif" alt="Login Button" onMouseOut="MM_swapImgRestore();"
    onMouseOver="MM_swapImage('li','','/corporate/images/login_over.gif',1);" onclick="check_submit();" />
    </div>
    </form>
    Could some one PLEEEEEASE let me know the code that i could use to successfuly login and return a cookie.
    I have already created the code the uses the cookie to access pages. (I got the cookie from login normally using web browser).
    So now i just need to know how i can login and get a cookie returned to the above form????
    PLEASE PLEASE HELP.
    Thanks in advanced :)

    1) I'm wondering how this all applies to Java. What Java code have you tried and has failed here? Are you talking about Java or Javascript? JSP?
    2) Please don't cross-post this in multiple forums. That only pisses us off and will guarantee you less help than if you didn't do this. Imagine a volunteer giving of his free time to help someone, spending say an hour or more trying to come up with a solution, then finding after posting that the solution was already given in a cross-post, and you'll know why this is very much frowned upon in these forums. Choose one thread to be the active thread, and then put a note in the other thread directing posters to the active thread (if you really want help that is).

  • Cluster logins and security

    I am new to SQL Server clusters for HA, but from a security angle, say for example you have 10 SQL Servers in the cluster, and Server 1 dies, do Server 2 takes on the databases in Server 1 - how are the logins in Server 1 carried over so users can still
    login and access their databases? Or do you have to clone all accounts on all servers so they can still login to any server. This seems massively unsecure to me, as users who need access to a DB on server 1 will have no requirement to access DB's on other
    servers in the node. So how does it work? Please keep answers basic for someone new to this.

    Hi,
    Read this short tutorial :-)
    http://www.brentozar.com/archive/2012/02/introduction-sql-server-clusters/
    There is no reason to write it in the forum again:
    "A failover cluster basically gives you the ability to have all the data for a SQL Server instance installed in something like a share that can be accessed from different servers. It will always have the same instance name, SQL Agent jobs, Linked Servers
    and Logins wherever you bring it up. You can even make it always use the same IPAddress and port– so no users of the SQL Server have to know where it is at any given time."
    [Personal Site] [Blog] [Facebook]

  • Display Last Login and Username on custom template or banner section

    I have a spaces deployment and I use a custom template for a group space. I would like to put the current user's name and the last login time.
    I am wonderinf how I can do this with the custom spaces template page.
    I would also appreciate any information on how to even get that information , especially the last login time, without spaces - since then I can find a hack to work it in somehow. Does weblogic even track the last login?
    Thanks

    There is a simple work-around for the issue that you don't have access to backing beans in your template.
    Create a taskflow and put the taskflow in your template. A taskflow has its own scope were you can add managed bean. This way you can add easily business logic in your template... Just put it in a taskflow.
    There isn't an EL that give you more information about the user... Maybe there is a way to retreive it. I suggest you ask this in the ADF forum: JDeveloper and ADF
    They might know of a way to retreive user information from a backing bean or default EL value.

  • Why if my iCloud info is the same as my iTunes login and password does it say the account name or password is incorrect when trying to log in

    Why if my icloud info is the same as my itunes login and password does it say the account name or password is incorrect

    Oops
    Forget that, wrong forum.

  • Sir i was get only one mail at my permanent email id at rediffmail and i m not get other mail where the apple server to i login and finish the process whats going on there i suffering from last one week for this one id is it apple or what ?

    sir
    i was not get any mail at my permanent mail addres [email protected] and this mail id also same at apple so where the apple server for login and finish the process tell me is this way to apple to customer support and this is last mail for this  other wise i will go through the public protest comision and i will make
    statement for this type of fake process
    reply soon

    You are not addressing Apple here.
    This is a user to user forum, this is spelled out in the terms of service you agreed to when you joined.
    There is no Apple server for your email.
    servers are set up, used and maintained by whatever email service you use-such as rediffmail.
    Go threaten them.

  • Forum login not valid in some areas of forum ?

    Some problem with forum:   I logged in to discussion forum, made a search with key word "SIP" , found this link:
    http://www.forum.nokia.com/Technology_Topics/Mobile_Technologies/VoIP/Nokia_VoIP_Framework/VoIP_supp...
    wanted to give feedback and pressed "here" button    ------>  Login Screen again and username not valid   ---  how come ?

    No cookie problem, a lot of cookies including Nokia forum stored here.   Please check if that works for you:   Open the link
    above and go down the page, you will see "You can provide feedback about content on this page here".   Click that " here" link
    you see in greenand tell me what happens for you.    For me it will ask again to login  and my userid / password which is sure
    valid for Forum (because I am writing here)  does not work.      ----> Problem with forum administration.
    PS.  That authentication bug at that link of forum is not any critical problem for me ----- just wanted to comment it.  Could be
    fixed whenever some admin has time to look at it...     I use Ubuntu Linux, version 9.10 "Karmic Koala" &  Firefox v3.5.7.
    My background is IT pro.

  • Forum Login/Logout

    I'm not a fan of your new forum login/logout policy. While the login form has a "remember me" option, it does not appear to do anything. I still must login one or more times per day to participate in discussions.

    Make sure your Internet options looks something like this:
    If it isn't then change it and then try again.  If it is then post back for somebody else to suggest something else.
    You may wish to clear the cache (& coockies)  once to make sure there is nothing that is bugging your IE.
    Good luck.

  • Forum login

    What is wrong with the forum login?
    I click on the 'Login' link and it takes me to the new registration page. I try to register and it tells me I'm already registered, but there is nowhere else to login.
    I've now completed the registration again using another ID and I'm logged in but will I be able to login tomorrow?

    Additional to the above post, I can't log out either.
    Both the links to 'Logout', on the top left and right apparently link to 'javascript.window.close()' which obviously just closes the browser window and leaves you with a blank browser.

  • CAN YOU HELP?? (This is a long one, but please be patient and read it through before answering)

    Basically, I screwed up my MAC in the terminal a few months ago. I don't know what I did, but it basically started erasing all the documents, data, bookmarks, extensions, literally everything from my desktop too. And I could not undo this.
    Although, when I first got my laptop, I thought it would be a good idea to have different user accounts for different things (i.e. one user account for my personal life, one for professional life, one for school, etc). So after my documents and data and everything on my desktop started disappearing, I feared the worst and thought I messed up my entire laptop. Thankfully the entire hard drive wasn't affected---only one user account (called ALEX) was.
    So instead of wiping the mac clean and having to start over (because I would lose all the data from my other user accounts), I decided to make another separate user account to replace the messed up one with. I named this new account "MARS" and made sure to set up the account as an administrator (just like all my other user accounts, save for the Guest account, of course) with all the permissions to make admin changes.
    While still in the ALEX (messed up) account, and after searching forever online, I found that there was a way to change permissions of documents or even folders if they are moved into the "Shared" folder of another user account. Doing this would overwrite the permissions of that folder and all the sub-folders inside. I had a backup of the ALEX account on a Seagate Drive that had most of my itunes music (which is really the only thing I've been trying to get back--that and my bookmarks and chrome extensions), but I found that I couldn't simply backup one user account through time machine--I can only backup an entire computer hard drive.
    Still in the ALEX account, I figured that I could instead solve my problem by transferring the documents and data from the ALEX BACKUP user account to the shared folder in the newly created MARS account, thus overwriting the permissions and getting all my old files back (all my old chrome extensions, documents, pictures, itunes music and movies, desktop, etc), now on the new account.  Just one problem: I couldn't seem to open the new MARS user account (by going to Finder > Macintosh H.D. > Users > MARS) and thus, could not even get to the public folder and move the ALEX BACKUP files into the drop box at least.
    So I switched users, logging into the new MARS account. I opened the Finder window, selected my Macintosh H.D., and opened the Get Info window for the hard drive. I went down to sharing and permissions, unlocked the little padlock to make permission changes, and added all admin users. I then proceeded to change the sharing and permissions to "read & write" for all admins, and selected "apply to enclosed folders" in the little gearbox settings icon (this is all in Get Info). It worked, and I was able to open all the folders from all of my user accounts, but now I couldn't open my own Home folder (the MARS folder in Users that is a picture of a little house), which was baffling to me because I was already logged into the MARS account.
    Then I noticed a little padlock on my home folder (remember that I'm still actively in the MARS account), and also noticed that the Seagate external hard drive I had plugged in (which serves as a giant usb and a time machine backup disk) had the same little padlock. Now when I try to open the user account folder for MARS (either while logged into the MARS account, or logged into any other admin account) or if I try to open the external hard drive, I get this message that says "The folder can't be opened because you don't have permission to see it's contents."
    So now, I can access all my user accounts from anywhere, but I can't access the new MARS account or my external hard drive anymore. So next problem on my list is solving the external hard drive issue. First I went into the Get Info window for the external hard drive, and tried to change the permissions there by unlocking Sharing and Permiss., and changing the settings for each user. Only all the users listed were set to "Custom" and even worse, every time I tried to change it, it automatically bounced back and reverted to "Custom." There was a little check box on the bottom that said "Ignore ownership on this volume" so I tried checking that box and doing the same thing. Also tried simply checking and unchecking the box. Still no luck.
    Time for plan B: I went into disk utility and selected the external hard drive, then went to the First Aid tab. There were four options I could chose from: Verify Disk and Repair Disk (on the right), and Verify Disk Permissions and Repair Disk Permissions (on the left). First I immediately verified and repaired the disk and it said "The drive appears to be ok" after the repair was done. Then I tried to verify and repair the disk permissions, but I can't click on either Verify Disk Permiss. or Repair Disk Permiss. They are both greyed out and unclickable.
    THIS is where I drew a line in the freakin' sand, did NOT read the Latin**, and decided to write this long-*** post in an attempt to find some kind of answer to my dilemma. So if anyone reading hasn't given up and you've reached this sentence with some kind of suggestion in mind, I would extremely appreciate any help I could possibly receive. I've been trying to deal with this situation for months now. Unfortunately my year of Apple Care has expired and I can't talk to any Geniuses in store on the matter, so if the internet is willing enough to help me, I promise to spend more time with it. Maybe even go back to MySpace. ****, I'll start using Google Plus if it means finding an answer. (You see the desperate lengths I'm willing to go to on this.)
    **This is a reference to "Cabin In the Woods," when they're in the basement reading Patience's diary. Then there's a line written in Latin that basically brings zombie-redneck-torture-families back to life. Marty, who's been desperately trying to get them all to just go back upstairs, stops them and says, "Okay, I'm drawin' a line in the f*ckin' sand here; DO NOT READ THE LATIN." If you haven't seen "Cabin In the Woods," I definitely recommend it--it's a hilariously terrific thriller and even Sigourney Weaver shows up at the end.
    Anyways if there's anyone out there who can help me, please!! (I've even got legendary weapons in Borderlands 2 I'd be willing to dupe as payment!!)
    Please leave a reply, if you can. Or send me a message (not sure how this forum works, as I'm a little new to the forum).
    And also, if your answer includes going into the terminal, I can tell you right now that I'll probably be extremely hesitant to go that route (seeing as trying to fix a problem using Terminal is what landed me in this entire mess, in the first place).
    I really look forward to any help I can get. And thanks so much guys, you really make the mac community thrive by helping people out like this!

    I'd still prefer to keep separate user accounts. I never had any issues like this before. The only time I started having a problem was when I was just trying to force empty the trash a few months ago. I came on here looking for a solution and someone posted a way to empty the trash using the terminal. Before then, I hadn't used the terminal for anything--it was just another app in my utilities folder.  (None of this has anything to do with having separate user accounts. Plenty of people with kids make second and third user accounts on their laptops so that multiple people can use one laptop, having more than one user on a laptop is not very difficult.) But thank you, I'll try that out and see if it works!

  • Menu tabs disappear completely after login and appears if only i press on item node at hire level

    I'm using a Menu Model to Create a Page Hierarchy in my adf application on Jdeveloper 11.1.2.3.0
    it is in three levels level 1 have 2 item nods (home - Help) displayed as buttons
                                level 2   contains 5 item nods about the managements displayed as tabs
                                level 3   is about reports displayed as list
    the point I have apply security in the application using Adf security wizard and i assign roles and users and grants
    all works fine but level 2 tabs disappear completely after login and appears if only i press on Home item node at run time
    I create 2 users (admin) has all roles  and can view all  tabs in level 2 of my navigation and another user (emp)  which can view one Tab page in level 2
    Point 1 --the item nod are rendered according the #{securityContext.regionViewable['oracle.view.pageDefs.RentManagPageDef']}     (EL ) expression language 
    and other item nod render property are set as the same but in the page name definition
    it works fine
    _ Point 2 in my page template I set #{menuInfo.rendered} for renderd property of the command navigation item
    it works fine
    - point 3 I add a  go link in my template to explicit perform log in log out from the app  and redirect the user to the required page
    Destination is
    #{securityContext.authenticated ? "/adfAuthentication?logout=true&end_url=/faces/wearhouse.jsf"  : "/adfAuthentication?success_url=/faces/company.jsf"}
    and its also works fine
    the problem is in the level 2 navigation tabs which is diaper after explicit log in the app directs the user to the correct page successfully
    But the tabs are not rendered till I press on home button on Level 1 navigation it appears and it appears  correctly cording the logged in user validation
    in another words i log in as user (admin) i get directed to the successful log in page  in the link go but  level 2 tabs are invisible or not rendered at all    I click on Home button in level1 navigation the tabs
    become rendered or viewable and i navigate normally
    I log out as admin the level 2 tabs becomes invisible again
    then I log in as (emp)  i get directed to the successful log in page and  level 2 tabs are still  invisible or not rendered
    I click on Home button in level1 navigation the only one tab the user emp authorized to it  gets rendered (appears)
    and its semi correct behavior because this is what I want him to see only
    my tries to find solution
    I tride to use
    #{securityContext.userInRole['division']}
    on the menu node item   I found same behavior level 2 tabs gets hidden till i click on home link at run time
    I tride to use #{securityContext.authenticated} to control item nods rending
    all tabs remains visible and i dont want that ain adition if user clicks on a tab of page he has no authority on it i recive server error
    I read 30.7 Creating a Login Page in the  Fusion Developer's Guide for Oracle Application Development Framework to finde about redirecting user
    and it is using the same as i did from adf tutorials
    I tried to make new navigation app on fast
    maybe i made incorrect change in any stage of my original app
    but I found same behavior
    I tried to set disabled property instead of rendered property the tabs are always rendered   but I got server error when I click on a tab which a user does not authorized
    So I doubt maybe problem in the El or the way I use to control rendering item node
    or there additional step to stop all  the tabs disappear after login
    I hope please some one Help or tell me what i have to read about in the developer guide  or interface developer guide or article on the web
    I'll be gratfule
    I know maybe it is small issue but help me please

    Hi,
    have a look at the sample that comes with this article: Oracle ADF: Security for Everyone It uses resource remissions to authorize panel tabs.
    One test to run is to print the outcome of the security evaluation (e.g. output text) to see what it returns.
    Frank

  • When Firefox first loads, there is threatening script which quickly comes up and disappears, but I want to freeze and read it; but how?

    I am the victim of Identity Theft. The perpetrator has taken over as Roaming Administrator of my PC's. I once had 7 of them, but she has stolen/destroyed all but 2. She is taking online classes at college from Microsoft, and puts her class notes on one of the 2 surviving ones, which was returned to me by law enforcement. She has denied me access even to my "My Documents" subdirectory, &, in an ASUS AMD 8-core PC w/16GB of RAM, with a 3D blu-ray DVD reader/writer & 52-memory card reader/writer built in & a 2TB Western Digital eSATA HDD, all of which I designed & built, she has hidden the entire directory tree on the hard drive & rendered all of the other devices disabled so that the system is kaput; all because I was amassing evidence against her for law enforcement & the FTC.
    The question at-hand is how I screen-freeze Firefox as it is loading so that I can read the JavaScript she has written at the bottom of the banner. It is something about how she has accessed my Norton Identity Safe Vault, changed the password on me, & shut off & denied me access to my 2 Facebook accounts & others I am not quick enough to read. I need to screen-capture this message for law enforcement, because they STILL, after a year & losing a total of $223,000 from my bank account to her, don't have a case file with them! PLEASE CAN YOU HELP ME! Katrina has actually hired a hit-man whom we have captured on surveillance video trying to shoot me in the head! She has also hacked her way into my router, changed my password & disabled the reset capability of the router so that even my ISP can't reset it! Imagine what YOU could do with $223,000! I am elderly, broke, and have lost almost 250 pounds because of her! If I live long enough, I want to see her in federal prison. If I die, I want her to die by lethal injection in Washington State for First Degree Murder!
    FYI...I have used Firefox since its creation. The last time she wiped it off one of my systems & I reinstalled it, she caused it to install in Swedish. She has stolen the keys to all of my paid programs, & the companies now believe they actually belong to her, instead of myself. Norton 360 Premiere thinks I'm an intruder on my own machines, and Symanted has disabled my account, and will not communicate with me anymore. They gave her my Vault with more than 200 usernames and passwords! With GoDaddy, I had 17 non-profit SSL domains, for which I paid in excess of $8,000 to secure for 10 years with 21 email accounts. She obtained my SSN, impersonated me, demanded back the money I had paid, and they sent it to her. She stole the phone on which I had 2-step authentication, and now they won't let me near my accounts! I've had the same Gmail account for 8 years. Google opened up my password-secured YouTube account to 70,000+ strangers and pornography, and, after being LinkedIn's nominee for International Businesswoman of the Year, 2013, Google opened up my Wallet account to 2 other Identity Thieves to make purchases in my name, and they say I don't exist.
    Lastly, she has poisoned our indoor spa with bio-terroristic flesh-eating parasites in the form of hybridized, skin-burrowing arthropods that killed our dog, cats, and dozens of birds in our special-needs avian sanctuary. I barely survived an 8-day stay in the hospital in June in, in "grave condition with toxic encephalopathy" because the parasites are immune to all parasiticides, and had crossed my blood-brain barrier. My husband has heart attacks, strokes and seizures constantly from them. I can no longer walk.
    It is but one question I have asked, but your answer could be the key to stopping her from destroying what is left of our lives. With that JavaScripted message, she has cut me off from thousands of friends and family who have no idea what has happened to me. I live in a desolate, isolated corner of rural America without so much as phone or text service. All I have is the Internet and Firefox to keep me alive. If I can freeze that message and show it to the Whitman County Sheriff's Office, for whom I am the volunteer computer expert, they will accept their first-ever case of Identity Theft, and pursue her. It's bad enough that I lost the family fortune that my parents worked their whole lives to amass; I've lost my credibility, my self-esteem, and my will to live.
    If you can help me, I plan on writing a book about the whole traumatic experience so that innocent others won't have to suffer the devastating nightmares as we have. Ours has been called, by the experts who should know, the worst case of Identity Theft in the history of the crime.
    <sub>edit: removed identifiable personal information, since this is against our [[Forum rules and guidelines]] (philipp)</sub>

    Hi,
    Troubleshooting a start up script can be difficult. There are some third party programs that also keep logs of start up programs, however for Firefox this may be different.
    Is Firefox a startup program? [http://www.winxptutor.com/msinfo32.htm]
    Its also possible to check the Web developer tools for any scripts in a page: [https://developer.mozilla.org/en-US/docs/Tools/Debugger]
    In the control panel there is also Administrative tools to view event logs, but this may be something a local technician can walk you through.

Maybe you are looking for

  • How do I select multiple files for download at one time?

    I'm trying to batch download 24 files at one time. Firefox will only let me select one file at a time for download. Is there a way around this?

  • Itunes 7.02 unstable?

    Downloaded itunes 7.02(15), and installed. Freezing up while trying to load music to Ipods. Added 1 GB ram and installed OSX 10.4 upgrade, still freezing up. Re-installed itunes, still freezing up. Lots of posts about itunes 7.0 freezing up...is ther

  • Up graded from elements 9 to 11 tried to run incremental backup and keep getting error

    I keep getting error c:\ program data\adobe\elements organize\catalogs\my catalog\catalog pse 11 db. any help on this issue would be great.

  • Timer Job job-application-server-admin-service spiking CPU after every minute

    Hi all, I have an issue in my SP2010 Farm that all the servers spiking CPU to 100% after a minute or so. I have drilled down and found that the following timer jon is the culprit. Timer Job job-application-server-admin-service. If I change the servic

  • How to enhance MM46

    Hello All I am looking at a way to add a new custom field in MARC and make it available on MM46 screen. When mass update is executed via MM46, I want that field to be updated as well. Please provide me with the right steps to get it done. Thanks a lo