The checkpoint tag has no wiki summary.
0
votes
0answers
21 views
Azure connecting to a remote Checkpoint VPN device (4807)
We are creating an ASP.NET MVC 4 application and we would like to deploy in Windows Azure.
However, our application must interact with a remote provider through a (site to site) VPN
connection to ...
2
votes
3answers
44 views
Checkpoint/restart using Core Dump in Linux
Can Checkpoint/restart be implemented using the core dump of a process? The core file contains a complete memory dump of the process, thus in theory it should be possible to
restore the process to ...
-1
votes
1answer
56 views
Checkpointing in C# [closed]
I am interested in doing checkpointing for a process in C#. Is this possible? Because i've read that the application stack in .NET does not allow you to inspect the application stack. If this is ...
0
votes
2answers
67 views
SVN tagging equivalent in TFS 2012
I recently migrated to the TFS 2012 and I have worked with SVN for a long time.
In SVN I used "Tags" to mark some important "checkpoints" of development, ie when I finished a software version (alpha, ...
0
votes
1answer
58 views
Trouble with Mobile xPage when accessing via Checkpoint SSL VPN
I have a fully functional mobile xPage application built using the extension library mobile controls (8.5.3 upgrade pack 1). Works great when accessing the app (via iOS) from a wireless network ...
0
votes
2answers
268 views
How to create create check point for “Flight Reservation” window in QTP 10.0
I am trying to insert an standard check point in my below script for last step / for Flight Reservation window.But when i trying to do so i am getting error message like that "cannot identify" window.
...
3
votes
1answer
151 views
How to resume data migration from the point where error happened in ssis?
I am migrating data from an Oracle database to a SQL server 2008 r2 database using SSIS. My problem is that at a certain point the package fails, say some 40,000 rows out of 100,000 rows. What can I ...
0
votes
1answer
62 views
Oracle database row checkpoint
I am trying to crawl data from an oracle database table and want a solution for making checkpoint to the rows.
Basicly, the crawler will crawl at most 500 rows, It then stop for
the application to ...
1
vote
0answers
84 views
Questions about torque checkpoint MPI jobs with BLCR
We're trying to use torque to checkpoint MPI jobs, but it seems that torque can only handle jobs running on a single node. I checked the code and found that when using qhold to checkpoint a job, qhold ...
1
vote
1answer
29 views
Form creation Error after server checkpoint passed
I'm making a server checkpoint in my new version for this app. and I'm encountering this error
when my app tries to open my main form.
An error occurred creating the form. See ...
0
votes
0answers
91 views
Linux client for Checkpoint NG VPN
I need to establish a connection from some of my Linux servers (Suse ELS 11) to another server inside a VPN via a Checkpoint NG firewall. I wondered if anyone has got experience with this and if there ...
1
vote
2answers
252 views
Does checkpoint block every other operation?
When Sql Server issues a checkpoint, does it block every other operation until the checkpoint is completed?
If I understand correctly, when a checkpoint occurs, the server should write all dirty ...
0
votes
3answers
106 views
Storing execution state in JavaScript? Can you resume later?
Is there anyway to do this? I want to create a JavaScript application that can "resume" application from the last checkpoint e.g.
//code.js
var abc = 13;
checkpoint("myLocalStorage");
alert(abc);
...
1
vote
1answer
161 views
Is there any tool that supports checkpoint based memory usage profiling for C++
I am working on a network based application. I want to see the memory usage between different stages of my application, like memory usage between initialization and release or memory usage between ...
0
votes
0answers
77 views
Log Parser COM -iCheckpoint
I have these Apache Tomcat logs which i'm looking to load into database. The current process is to load the logs the day after.
The aim is to incrementally load the log for the day at 12pm, 3pm and ...
1
vote
1answer
233 views
How to use fw1-loggrabber client
While trying to run a fw1-leggrabber client as
fw1.loggrabber -l lea.conf --debug-level 3
i get the following debug message: debug message
I have installed CheckPointR75.20 Splat. I created a new ...
1
vote
0answers
109 views
How to log into SmartDashBoard?
I installed the CheckPoint SecurePlatform R75.20 on my VirtualBox. I configured it. Now in order to create an OPSEC Application and proceed to maintaining a LEA server, i need to login to SmartDash ...
1
vote
1answer
570 views
$FWDIR does not point anywhere [closed]
I have installed Check Point R75.20 splat. Check Point firewall logs can be accessed directly by using OPSEC LEA. For that I need to have a LEA connection.
Now to set up a LEA connection, I need to ...
0
votes
1answer
224 views
How to pull CheckPoint Logs from a CheckPoint Device
What I need to do is that,
I need to pull the CheckPoint Logs from a CheckPoint device.
I have read that, in order to accomplish this, we have following things,
The OPSEC LEA (Log Export API) ...
0
votes
1answer
151 views
Checkpointing (snapshot/resume) library on Windows?
Quoting Wikipedia, checkpointing "basically consists of storing a snapshot of the current application state, and later on, use it for restarting the execution in case of failure."
I need to ...
1
vote
5answers
149 views
Is it possible to interrupt a process and checkpoint it to resume it later on?
Lets say, you have an application, which is consuming up all the computational power. Now you want to do some other necessary work. Is there any way on Linux, to interrupt that application and ...
0
votes
2answers
62 views
Need a simple, DRY, general-purpose checkpointing mechanism
Context: Many of the operations I'm doing require lengthy web accesses. Sometimes a web access fails and the process needs to be restarted. And it's a pain to restart the process from scratch.
So ...
0
votes
1answer
36 views
need help running LEA server on linux [closed]
I am trying to run Opsec-LEA server in linux. I have downloaded the OPSEC sdk for linux. How do i use the sdk to run the server or is there any other way?
Thanks.
1
vote
3answers
183 views
Pickling Self and Return to Run-state?
I found the following post extremely helpful:
How to pickle yourself?
however the limitation with this solution is that when the class is reloaded, it is not returned in its "runtime" state. i.e. it ...
3
votes
2answers
331 views
Java checkpointing
I hope my question is not too vague but I'm looking for more info about checkpointing in Java. I have to generate a big searchtree of which i'd like to be able to resume calculation after the program ...
0
votes
0answers
285 views
Checkpoint SecureClient VPN : CLI mode [closed]
I use a checkpoint secure client to connect to client network. I wish to use command line mode to connect. The problem is that, we use smart cards, which requires pin.
At this moment, I am able to ...
1
vote
1answer
167 views
Javaflow Continuation: Trying to Save Static variable
I had been trying to create some check-pointing solutions using Javaflow . It works well with all the local variable. But it is unable to save the static variable instance. I am trying to do something ...
1
vote
1answer
244 views
How to Read VPN Login Name?
We have an application that needs a user to be connected to the VPN to run. THe issue is we rely on Windows Authentication for the application to be authenticated. However , we have come across some ...
2
votes
2answers
147 views
C# BackgroundWorker Cancellation checkpoint shortening
Is there a way to shorten my BackgroundWorker.CancellationPending checkpoint?
For example, is there a way to encapsulate return like the example code below?:
//REAL CODE (CURRENTLY USE THIS)
if ...
0
votes
2answers
807 views
How to check for capital letters using regular expressions in QTP?
I need to check the login page of a website using QTP. I have a list of usernames in the global datasheet. I need QTP to pass only those usernames which are in smaller case using the standard ...
0
votes
1answer
320 views
Java Checkpoint
I'm currently working in a research that uses the concept of checkpoint. I haven't found any library. There are some works that uses native methods to do that, but isn't flexible to my needs.
The ...
2
votes
2answers
144 views
parallel application checkpointing in java
does anyone know a parallel aplication/benchmark in java that simulates checkpointing? i mean, in my cluster there are running parallel processes in diferent nodes and i want to make them concurrently ...
2
votes
4answers
214 views
design patterns for transactional services with checkpoints and recovery
I have a multistep process where each step does some network IO (web service call) and then persists some data. I want to design it in a fault tolerant way so that if the service fails, either because ...
0
votes
1answer
1k views
How can I control log switches and checkpoint frequencies?
What are the differences between LOG_CHECKPOINT_INTERVAL and LOG_CHECKPOINT_TIMEOUT? I need a clear picture of volume based intervals and time based interval. What are the relations among ...
0
votes
3answers
456 views
Does Team Foundation Server supports Checkpoints?
My dev team used in the past MKS Source Integrity source control and we are not evaluating to migrate to TFS 2010.
Some concepts and meaning are a bit different and we need sometime to learn how to ...
37
votes
13answers
4k views
'Hibernate' a process in linux
Is it possible to 'hibernate' a process in linux?
Just like 'hibernate' in laptop, I would to write all the memory used by a process to disk, free up the RAM. And then later on, I can 'resume the ...
0
votes
3answers
442 views
What is mysql actually doing when the main thread state is “making checkpoint”?
I've noticed that mysql (5.0.60) often freezes for up to minutes at a time under load, during which time the server is completely non-responsive. I've been able to isolate this to only happening when ...
5
votes
2answers
5k views

