R-code file not located " ".adm

crkuchlenz

New Member
Progress version will not compile '_tmpfile.p' in production environment when running load_seq.p?

Is there an easy fix for this?
 
I have come to realize that load_seq.p creates the _tmpfile.p and I cannot compile on production, I would try to script an scp: to a dev environment, compile, and scp back? Or I can just bring up the broker at the end and load sequences as a second step. I was just trying to automate the dump and load process. Thx
 
Your issue is that the feature to dynamically access sequences which was built into the product somewhere in OpenEdge 10 has not been used to enhance the data administration tool to load the sequence current values into the database.

I have a solution, but you can't start it from the data administration, instead it's a batch process that will load 'em using the new features so you just need the compiled version. If you're interested I can provide you with it - as is, of course, except of some customer specific security code that I would need to remove.

Let me know, RealHeavyDude.
 
Back
Top